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.

2010-05-10 06:00
0.6.22

Algunos pequeños cambios en el código y un cambio importante en el estilo de atribución.
Tags: Minor feature enhancements
Some minor changes to the code and a major change in the attribution style.

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

2009-09-06 17:17
0.6.20

La versión incluye una aplicación mejorada de la serie modelo de cálculo REFAL. Esta aplicación parece ser notablemente más rápido que el anteriormente existente.
Tags: Major feature enhancements
The version includes a reworked implementation of the Refal computation model. This implementation seems to be notably faster than the previously existing one.

2009-09-06 07:37
0.6.18

Sólo cambios menores internos se hicieron, en relación con la SExpressionSpecialToken y su uso. No haga caso de esta versión, si no sé qué se trata todo esto (suponiendo que tienes la versión 0.6.17, porque todas las versiones anteriores contienen errores realmente desagradable).
Tags: Minor feature enhancements
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).

2009-09-04 23:43
0.6.17

Este comunicado contiene correcciones de errores graves en 0.6.15.
Tags: Major bugfixes
This release contains fixes for serious bugs found in 0.6.15.

Project Resources