[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A challenge: make an online Lua tutorial
- From: David Manura <dm.lua@...>
- Date: Wed, 5 Oct 2011 23:43:56 -0400
On Wed, Oct 5, 2011 at 10:02 AM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> On Wed, Oct 5, 2011 at 3:40 PM, Fabio Mascarenhas <mascarenhas@acm.org> wrote:
>> There is another Lua REPL, together with a definitions area for
>> writing and evaluating bigger scripts, at http://repl.it.
> It's indeed a thing of great beauty ;) Impressive achievement,
> considering that it's all JavaScript underneath.
As that allows arbitrary Lua code to run inside the browser, you might
also load LuaInspect into it to provide semantic highlighting and
analysis of Lua code typed into the browser text area. It would not
be difficult because the pieces needed are already there.