[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C++ religious war
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 20 Mar 2014 09:58:46 +0200
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.
- References:
- C++ religious war (was: llua Higher-level C API for Lua), Dirk Laurie
- Re: C++ religious war (was: llua Higher-level C API for Lua), Coda Highland
- Re: C++ religious war (was: llua Higher-level C API for Lua), steve donovan
- Re: C++ religious war (was: llua Higher-level C API for Lua), Benjamin Heath
- Re: C++ religious war (was: llua Higher-level C API for Lua), steve donovan
- Re: C++ religious war (was: llua Higher-level C API for Lua), Jeremy Ong
- Re: C++ religious war (was: llua Higher-level C API for Lua), steve donovan
- Re: C++ religious war (was: llua Higher-level C API for Lua), Jeremy Ong
- Re: C++ religious war (was: llua Higher-level C API for Lua), steve donovan
- Re: C++ religious war (was: llua Higher-level C API for Lua), Coda Highland
- Re: C++ religious war (was: llua Higher-level C API for Lua), steve donovan
- Re: C++ religious war, Florian Weimer