6 ms·
There have been a number of community attempts to implement C# as a first-class scripting language. Most fail due the developers running into life. The latest
by JCoder58 3y ago
There have been a number of community attempts to implement C# as a first-class scripting language. Most fail due the developers running into life.
The latest active plugin for C#/.NET is UnrealSharp (https://github.com/UnrealSharp/UnrealSharp https://github.com/UnrealSharp/UnrealSharp). They have an active Discord: https://discord.gg/HQuJUYFxeV https://discord.gg/HQuJUYFxeV
- xandrius 3y agoThat might actually make me want to give it a try! Thanks :)
- TillE 3y agoThe problem with maintaining unofficial language bindings of any kind is that it's an extraordinarily tedious, unrewarding job. It's hard to imagine many programming tasks which are less fun. I've done it a few times, and I've learned to steer well clear of either creating or relying on such bindings if at all possible.