lua-users home
lua-l archive

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


I believe repl.it is the Ace editor on the left:
http://ace.ajax.org/#nav=about

tty.js on the right.
https://github.com/chjj/tty.js/

And it is using an embedded Lua interpreter at the server.


On Tue, Jun 11, 2013 at 3:33 PM, David Favro <lua@meta-dynamic.com> wrote:
> On 06/10/2013 08:57 PM, jonsmirl@gmail.com wrote:
>>
>> Have you seen repl.it?
>
>
> That is indeed interesting, but it looks to be in the browser: I had thought
> based on your original post that you were looking for server-side execution
> ("Lua http server", "integrated with Luci").
>
> For browser-side execution, there are several options, this one is probably
> similar to what the repl.it people are doing, but perhaps with the very
> important difference of providing access to the DOM and other JS facilities:
> http://kripken.github.io/lua.vm.js/repl.html
>
> I say 'perhaps' because I don't know exactly what repl.it provides, except
> that I don't see anything in _G that would suggest an API for the DOM or
> anything else that reflects the browser environment.
>
> -- David
>
>



-- 
Jon Smirl
jonsmirl@gmail.com