Download List

Descripción del Proyecto

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

Algunos errores desagradables fueron corregidos. Por ejemplo, NILL ahora tiene una función TRACE a trabajar de nuevo, ILS y ILL traducir caracteres a caracteres individuales en vez de cadenas de un char, y todas las muestras en las muestras / directorio ahora compilar. La parte REFAL fue reelaborado, por lo que el comunicado de prensa contiene la nueva versión. Algunos menores se realizaron cambios de nombre. Por ejemplo, la fea palabra "variable" se sustituyó por la palabra correcta "mutable". Potencialmente, esto puede afectar el código existente, pero la probabilidad de que esto es muy baja.
Tags: Major bugfixes, Minor feature enhancements
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.

Project Resources