[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: summary: interactive app to evangelize Lua
- From: "Eric Ries" <eries@...>
- Date: Wed, 3 Oct 2001 13:21:05 -0700
> The other thing I'm wondering about is a Lua interactive console that
> easily supports multi-line entry. A GUI text control with a "dostring on
> selection" button would be good, or a traditional console UI that collects
> input until it sees an "execute now" tag like ";;". This must be a FAQ
> though -- does this feature already exist in standard Lua stuff and I just
> don't know about it?
How about Lua support in Emacs? The interactive elisp mode is pretty close
to what you're saying.
Anyone know if this would be hard?