Lua Repl

lua-users home
wiki

lua-repl is an alternative to the standalone interpreter that ships with Lua. It has many features provided by plugins, such as history, tab completion, and pretty printing.

It is also a module for embedding an interactive Lua interpreter into a larger application; in fact, the interpreter that ships with lua-repl is just a simple client for this module!

Installation

You can install lua-repl via LuaRocks:

luarocks install luarepl

Source

The source for lua-repl is available under the MIT/X license, and can be found on GitHub?: https://github.com/hoelzro/lua-repl

Alternatives

LuaPrompt


RecentChanges · preferences
edit · history
Last edited November 13, 2015 8:34 pm GMT (diff)