lua-users home
lua-l archive

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


On Thu, Mar 20, 2014 at 9:36 AM, Florian Weimer <fw@deneb.enyo.de> wrote:
> The ROOT project at CERN has implemented this:
> <http://root.cern.ch/drupal/content/cling>

Ah yes, comes from the clang project - very promising!  It means that
I don't ever have to bother with UnderC again, which is good news.

But, to return at least nominally to Lua, this REPL is implemented by
clang and so should be able to handle loading the Lua headers.  If it
also does FFI linking against the shared library, that will give
people a nice testing ground for playing with the Lua C API, one
function at a time.