dkochmanski / cl-cxx

C++ interface to ECL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CL-CXX
======

This is a C++ library that interfaces to any Common Lisp implementation,
where "any" right now means basically ECL.

The core of this library is based on ideas from boost::python, though
written from scratch, with a little less template magic and looping and
ensuring that the backend remains portable enough to be adapted to any
Common Lisp implementation.

About

C++ interface to ECL

License:Other


Languages

Language:C++ 63.2%Language:M4 29.0%Language:Common Lisp 3.8%Language:Makefile 3.8%Language:Shell 0.2%