Download List

Project Description

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.

2008-05-01 01:45
3.2.0

Two new units, srfi-69 and data-structures, have been factored out from unit extras. Lexicographic version comparison in chicken-setup has been eliminated, so egg version dependencies are handled properly. file-copy and file-remove have been added to unit utils.
Tags: Minor bugfixes

2008-03-24 07:17
3.1.0

The semantics of chicken-setup have been changed
to allow sandbox-type installation of libraries.
MinGW support has been improved. Unit regex has
been updated to use PCRE 7.6. There have been many
additions and fixes to the posix unit and to the
hashtable functions in the extras unit.
Tags: Minor feature enhancements

2008-01-29 09:42
3.0.0

chicken-setup now accesses a separate set of eggs, specific to the major CHICKEN version. Support for Mac OS X universal binaries has been added. Additions were made to the units library, POSIX, and the core macros. The build system now supports libpcre already being installed.
Tags: Minor feature enhancements

2008-01-15 19:12
2.74

Literals are compiled in a platform-independent binary encoding into the executable, which results in faster C compile times and more compact binaries. New procedures in regex and POSIX library units. Bugfixes in file-size, file-stat, and find-files. The "chicken-bug" program can now be used to create bug reports and send them to the CHICKEN maintainers. Many build system improvements. Cygwin is now fully supported, and there is better cross-compilation support. A number of deprecated functions have been removed.
Tags: Major feature enhancements

2005-11-11 20:12
2.2

Tags: Major feature enhancements

Project Resources