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.

2010-05-10 06:00
0.6.22

Some minor changes to the code and a major change in the attribution style.
Tags: Minor feature enhancements

2009-10-18 05:46
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

2009-09-06 17:17
0.6.20

The version includes a reworked implementation of the Refal computation model. This implementation seems to be notably faster than the previously existing one.
Tags: Major feature enhancements

2009-09-06 07:37
0.6.18

Only minor internal changes were made, related to the SExpressionSpecialToken and its usage. Ignore this release if you don't know what all this is about (assuming you've got version 0.6.17, because all the past releases contain really nasty bugs).
Tags: Minor feature enhancements

2009-09-04 23:43
0.6.17

This release contains fixes for serious bugs found in 0.6.15.
Tags: Major bugfixes

Project Resources