call-with-current-continuation.org

CHICKEN - A practical and portable Scheme system

CHICKEN is a compiler for the Scheme programming language. CHICKEN produces portable, efficient C, supports almost all of the current Scheme language standard, R5RS and includes many enhancements and extensions. CHICKEN runs on MacOS X, Windows, and many Unix flavours.

FEATURES

DOWNLOAD

Tar archives of the most recent release can be found here: http://chicken.wiki.br/releases

DOCUMENTATION

Browse the User's manual at the CHICKEN wiki

Browse the CHICKEN documentation at http://callcc.org.

MAILING LIST

The CHICKEN Users mailing list is a medium-volume but fast-response list for discussing all things related to CHICKEN. You can send a message to the list by addressing it to chicken-users@nongnu.org.

If you are interested in the development of CHICKEN, check out CHICKEN Hackers.

DEVELOPMENT

The current CHICKEN development version can be accessed through the Subversion revision control system, like this:

$ svn co https://galinha.ucpel.tche.br/svn/chicken-eggs/chicken/trunk
(username: anonymous, password: <none>)

A list of open bugs and feature request can be accessed at http://trac.callcc.org.

CONTACT

If you have any questions, suggestions or insults regarding CHICKEN, don't hesitate to join the chicken-users mailing list. Bug reports should be directed to chicken-janitors@nongnu.org, preferrably using the chicken-bug(1) tool.