Description
Interactive Lua 5.2 sessions can use a friendlier prompt with pretty-printing and autocompletion.
This package is useful for developers experimenting with Lua code, embedding a prompt in tools, or inspecting values interactively. It is a REPL/prompt component, not a full IDE.
Interactive prompts can run arbitrary code. Use trusted scripts and avoid exposing them in shared or remote environments without controls.