Download List

Descripción del Proyecto

A series is a data structure much like a sequence, with similar kinds of operations. The difference is that in many situations, operations on series may be composed functionally and yet execute iteratively, without the need to construct intermediate series values explicitly. In this manner, series provide both the clarity of a functional programming style and the efficiency of an iterative programming style. Series is the culmination of many years of design and use of this approach, during which some 100,000 lines of application code have been written (by about half a dozen people over the course of seven years) using the series facility in nearly all iteration situations. This includes one large system (KBEmacs) of over 40,000 lines of code. In a nutshell: Think "Efficient MAPCAR". SERIES translates functional-style expressions into efficient loops.

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.

2003-06-11 15:33
2.2.7

El bloque de optimización para CLISP 2,29 fue eliminado. Arreglo de errores se hicieron. La documentación original se incluye ahora. Un paseante código para el apoyo CLISP fue añadida.
Tags: Minor bugfixes
The optimization block for CLISP 2.29 was removed. Bug fixes were made. The original documentation is now included. A code walker for CLISP support was added.

2001-01-30 15:13
2.2.2

Las nuevas características, la generación de código mejor, más limpio de origen, y no hay bugs conocidos. Esto es un lanzamiento hito.
New features, better code generation, cleaner source, and no known bugs. This is a milestone release.

2001-01-30 15:13
2.0.2

Nueva versión.
New release.

Project Resources