lua-users home
lua-l archive

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


> 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?