Web Lua 
Enter Lua code in the input box below, press a button and see
the results. More information below.
Warning: fopen(../../bin/persist.txt): failed to open stream: Read-only file system in /home/groups/d/do/doris/htdocs/lua/weblua.php on line 44
Warning: fwrite(): supplied argument is not a valid stream resource in /home/groups/d/do/doris/htdocs/lua/weblua.php on line 45
Warning: fclose(): supplied argument is not a valid stream resource in /home/groups/d/do/doris/htdocs/lua/weblua.php on line 46
The buttons above perform the following actions:
- lua - executes the script using the Lua command line executable
and displays the results.
- luac - runs the script through the Lua compiler and displays the
bytecode output.
- lua2c - process the script using the lua2c convertor. This will
produce C code equivalent to the script but using the Lua C API.
- version - display the version of Lua being used by WebLua.
Stats: [lua 7840] [lua2c 1560] [luac 895] [version 767] [visits 14086]
Links: [Lua homepage]
[Lua wiki]
[WebLua feedback]