[Ecls-list] Announce: A new C++ based implementation of Common Lisp based on the ECL CL code

Gabriel Dos Reis gdr at integrable-solutions.net
Sun Mar 31 23:16:04 UTC 2013


> I have given it a try https://github.com/juanjosegarciaripoll/cl-cxx
>
> It is indeed not that hard to define wrappers for C++ functions using
> templates as they seem to properly dispatch among functions with different
> arities. Implicit or explicit conversions are also easy to implement, given
> the proper Common Lisp back-end.

I just quickly glanced over the code.  I noticed that some of the constructs

   https://github.com/juanjosegarciaripoll/cl-cxx/blob/master/include/cl-cxx/defun.hpp

are C++03 ways of emulating lambda-expressions.  C++11 has better support
for those.

-- Gaby




More information about the ecl-devel mailing list