[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Try lua in your browser
- From: James Turner <james@...>
- Date: Wed, 24 Nov 2010 09:07:07 -0500
On Wed, Nov 24, 2010 at 09:49:53AM +0200, steve donovan wrote:
> On Wed, Nov 24, 2010 at 7:22 AM, James Turner <james@calminferno.net> wrote:
> > I no I'm late to the game, but I've just discovered Lua and have fallen
> > in love. As an exercise to get familiar with the language, I have
> > created an interactive lua console that runs in your browser at
> > http://trylua.org.
>
> That's really cool!
>
> I have been doing similar experiments with Orbit and termlib.js, but
> jquery-console works better (it's doing scrolling properly, for
> instance, and termlib has Issues with Chrome).
>
> Now, for people to test out your sandbox ;)
>
> steve d.
>
Yeah jquery.console.js is really nice, I like how you have scroll back
and you can have a continued prompt just like the lua interpreter!