lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


There is another Lua REPL, together with a definitions area for
writing and evaluating bigger scripts, at http://repl.it. It uses
emscripten to be 100% client-side, and can save sessions so they can
be shared.

--
Fabio Mascarenhas



On Wed, Oct 5, 2011 at 10:20 AM, Rob Kendrick <rjek@rjek.com> wrote:
> On Wed, Oct 05, 2011 at 02:52:37PM +0200, steve donovan wrote:
>> (There is this online interactive Lua which works rather well:
>>
>> http://trylua.org/
>>
>> with James Turner's original announcement:
>>
>> http://lua-users.org/lists/lua-l/2010-11/msg00734.html
>>
>> but interactive prompts seem to scare new users?)
>
> There's also the one on the official Lua site that we host:
>        http://www.lua.org/demo.html
>
> It's basic, but it does work.
>
> B.
>
>