On 10/17/12 9:36 PM, Rob Hoelz wrote: > Hello everyone! > > I'm pleased to announce the latest release of lua-repl: version 0.3! > Here's the source code: > > https://github.com/downloads/hoelzro/lua-repl/lua-repl-0.3.tar.gz > > For those of you who use luarocks, the rock hasn't been updated yet, > but it will reside here: > > http://luarocks.org/repositories/rocks/#luarepl > > Version 0.3 adds plugins to lua-repl, implementing some of the features > available in 0.2 as plugins, and offering plugins for other > functionality. Documentation on plugins can be found here: > > https://github.com/hoelzro/lua-repl/blob/master/plugins.md > > Please try it out and let me know what you think! > > Thanks, > Rob For those of you who don't know, lua-repl is a library for embedding a Lua REPL (read-eval-print-loop) within another program. It also includes an example application named rep.lua, which is an alternative to the standalone interpreter shipped with Lua itself. -Rob