luax icon indicating copy to clipboard operation
luax copied to clipboard

luax is a Lua interpreter and REPL based on Lua 5.4, augmented with some useful packages. It is also a "compiler" that produces standalone executables from Lua scripts.

Results 4 luax issues
Sort by recently updated
recently updated
newest added

I want to compile my test.lua into test.exe using target "lua". So I installed lua-5.4.2 and luax-7.1.5 in my Windows 10. Both paths to luax and lua were added to...

I've been using LuaX, and I seem to have encountered an issue with the standard library. I don't anything wrong with my function. Using normal Lua, as you can see...

Hi, Here is just a quick survey about LuaX usage. I'm interested in knowing on which platforms LuaX is actually used: - Linux / x86_64 / libc - Linux /...

question