This is the Lua interpreter, compiled from C to JavaScript using Emscripten, running in your browser (without any plugins).


Enter some Lua:
print("Hello world! This is: " .. _VERSION); for i=1,5 do print("A number: " .. i) end