luauser32167

Results 7 comments of 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...

Using 3rd party tools kind of defeats the point.

> C:\Users\vtere\Desktop\umka-lang\umka_windows_mingw>umka.exe ..\test.um ╨Я╤А╨╕╨▓╨╡╤В, ╨╝╨╕╤А! I think you need to change the codepage to utf8 (65001) ``` > chcp 65001 > C:\Users\vtere\Desktop\umka-lang\umka_windows_mingw>umka.exe ..\test.um ``` You can also do this with...