|
|
InteLib 0.5.69
by Danya Alexyevsky (http://freshmeat.net/~dendik/)
Thu, Feb 23rd 2006 05:43
About:
InteLib is a library of C++ classes which lets you do Lisp programming
within your C++ programs even without any additional preprocessing,
without all those calling conventions. You can write code which is
accepted by a C++ compiler while thinking in a "Lisp mode", and the code
you write will look much like Lisp code, although it will be pure C++.
Changes:
First of all, this version builds agains gcc 4.x. and 3.4.5. Second, ILL
has been improved so that it now prints valid error messages; besides
that, it is not so verbose now (that is, on success it remains silent
unless you invoke it with -v) -- just like any good compiler :)
Release focus: Minor bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/intelib/
Homepage:
http://freshmeat.net/redir/intelib/60781/url_homepage/www.intelib.org
Tar/GZ:
http://freshmeat.net/redir/intelib/60781/url_tgz/intelib-0.5.66.tgz
|
|