Download List

專案描述

Chicken is a Scheme compiler that translates most of R5RS Scheme into relatively portable C. It supports fully general tail-call recursion, first-class continuations, and has a very flexible and efficient interface to C and C++. Chicken implements several extensions to the Scheme language: lightweight threads, pattern matching macros, dynamic loading of compiled code, and various object-oriented paradigms, such as TinyCLOS, and others. The library system includes hundreds of convenient modules for practical use.

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-09-22 10:50
4.2.0

chicken-install has been modified to sort library dependencies in topological order, and to try alternative servers if an egg server responds with an error. The executable stack in assembly code modules is disabled by default. Many bugs have been fixed in the MinGW build. Several new options have been added to the compiler and interpreter.
標籤: Bugfixes

2009-08-03 20:43
4.1.0

Many bugfixes to the module and syntax systems have been made. The stat-... procedures in the posix unit have been deprecated. Predicates for block and character devices have been added. Simple flow analysis and additional options have been added to the compiler.

2009-04-07 17:23
4.0.0

The macro system was completely overhauled and converted to hygienic macros. A macro-aware module system was added. PCRE was replaced with the irregex regular expression library. The library installation system was replaced with a much more flexible one. Many deprecated functions were removed.

2008-09-25 08:58
3.4.0

The compiler now supports selective procedure profiling. All file-related procedures have been moved to new unit files. There have been numerous fixes to the Cygwin and MinGW builds. PCRE bundled with Chicken has been updated.
標籤: Minor bugfixes

2008-06-30 10:56
3.3.0

A number of small bugfixes in the library procedures and the build system have been made. All port-related procedures have been moved to a new unit ports.
標籤: Minor bugfixes

Project Resources