[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] lua-repl 0.1 - A REPL library for Lua
- From: marbux <marbux@...>
- Date: Sat, 15 Sep 2012 16:57:07 -0700
On Sat, Sep 15, 2012 at 3:21 PM, Rob Hoelz <rob@hoelz.ro> wrote:
> Yesterday I released a new library for Lua: lua-repl.
>
> lua-repl is a REPL library for adding functionality similar to the
> standalone interpreter to an application. The first release provides
> basic functionality and a pure Lua implementation of a standalone
> interpreter, rep.lua. I intend to add the following features in the
> future:
>
> * Asynchronous implementation - so you can use the REPL with your own
> event loop.
> * Plugin system - so you can add functionality to your REPL.
> * Plugins - for the plugin system.
Helps to provide a URL. Looks like it's <https://github.com/hoelzro/lua-repl>.