You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some standard libraries I miss when programming in Pallene. An example would be string.byte(). Other standard Lua functions, in os, io, math (sin/cos/etc) and string, would also be useful for system programming. While full support for purely variadic functions may be problematic (and defeat the type optimization of Pallene), support for non-variadic forms of the standard functions (ideally as first class functions) in Pallene would be extremely useful.