|
|
|
|
|
by goldfeld
4854 days ago
|
|
Why the hell force me into LoomScript when Lua would have given a readily available source of learned game developers? Delegates, are you kidding me? I refuse to program in a language that doesn't treat functions as first class citizens. |
|
var f = function():void { Console.print("Hello world!"); }; f.call();
Not sure how much more first class it gets, but I'm open to your suggestions!