Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Execute Lua Scripts - Lightweight Programming Language | Online Free DevTools by Hexmos

Execute Lua scripts effortlessly with Lua. A lightweight embeddable programming language for powerful scripting and automation. Free online tool, no registration required.

lua

A powerful, light-weight embeddable programming language. More information: https://www.lua.org/manual/5.4/lua.html.

  • Start an interactive Lua shell:

lua

  • Execute a Lua script:

lua {{path/to/script.lua}} {{--optional-argument}}

  • Execute a Lua expression:

lua -e '{{print("Hello World")}}'

See Also