top | item 39387376

(no title)

JCoder58 | 2 years 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). They have an active Discord: https://discord.gg/HQuJUYFxeV

discuss

order

TillE|2 years ago

The 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.

xandrius|2 years ago

That might actually make me want to give it a try! Thanks :)