Download List

프로젝트 설명

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

CLISP 2.29에 대한 최적화 블록이 제거되었습니다. 버그 수정되었다. 이제 원래의 문서에 포함되어있습니다. CLISP 지원 워커 코드가 추가되었습니다.
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

새로운 기능, 더 나은 코드 생성, 청소기 소스, 그리고 알려진 버그. 이 이정표를 릴리스입니다.
New features, better code generation, cleaner source, and no known bugs. This is a milestone release.

2001-01-30 15:13
2.0.2

새로운 릴리스합니다.
New release.

Project Resources