luauser32167
luauser32167
What do you think about a more concise declaration syntax (similar to Rust's enums)?: ```lua local MyTagRec = taggedrecord Foo = record a: number end Bar = record a: string...
For this script ``` fn main() { var x: real = 0.0; var y: real = 0.0; for y top--; #if defined(LUA_COMPAT_LT_LE) if (ci->callstatus & CIST_LEQ) { /* "
In my opinion calling both ```mymod.f0()``` and ```mymod.f1()``` from ```main.um``` should be allowed: ```mymod.um```: ``` type s64 = int; fn f0*(x: s64): s64 { return x + 1; } fn...
A graphical application that allows scripting but doesn't want to hang because of some rogue script. Example: A bulk rename program that previews how file names are going to change...
> Doesn't seem very useful for any known use cases. A game developer wants to enable players to write their own scripts for it. They (the game developer) would not...