Lua

Lightweight scripting language for embedded systems and games

Overview

Lua is a lightweight, embeddable scripting language widely used in game development, embedded systems, and as a configuration language.

Language Aliases

Supported Aliases
run lua "print('Hello')"
run luajit "print('Hello')"
Output
Hello
Hello

REPL Behavior

Lua's REPL is STATEFUL - variables and functions persist across commands.