Download List

Project Description

InteLib is a library of C++ classes that lets you do Lisp/Scheme programming within your C++ programs, even without any additional preprocessing, without all those calling conventions. You can write code that is accepted by a C++ compiler while thinking in a "Lisp/Scheme mode", and the code you write will look much like Lisp/Scheme code, although it will be pure C++.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-10-18 05:46 Back to release list
0.6.21

Some nasty bugs were fixed. For example, NILL now has a working TRACE feature again, ILS and ILL translate single chars to chars instead of strings of one char, and all the samples under the samples/ directory now compile. The Refal part was reworked, so the release contains the new version. Some minor renamings were done. For example, the ugly word "changeable" was replaced with the correct word "mutable". This can potentially affect the existing code, but the probability of this is very low.
Tags: Major bugfixes, Minor feature enhancements

Project Resources