logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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