Chicken 3.0.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Chicken 3.0.0 (Default branch)
# 1  
Old 01-29-2008
Chicken 3.0.0 (Default branch)

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, Meroon, Prometheus, and others. The library system includes hundreds of convenient modules for practical use. License: BSD License (revised) Changes:
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.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

cron/logrotate chicken and egg problem

I have run into a problem where about a dozen machines, all the same x86_64 2.6.12 GNU/Linux. For some reason these machines will fill up their /var partition (10G), because their logs never get rotated... Unfortunately, there is no error message from logrotate (would be in /var/log/messages) and... (8 Replies)
Discussion started by: jjinno
8 Replies
Login or Register to Ask a Question
CSI(1)                                                        General Commands Manual                                                       CSI(1)

-.

NAME
csi - The Chicken Scheme Interpreter SYNOPSIS
csi [ pathname | option ... ] DESCRIPTION
csi is an interpreter for the programming language Scheme supporting most of the features as described in the Revised^5 Report on the Algo- rithmic Language Scheme csi is implemented as a program compiled with the chicken compiler. OPTIONS
Enter csi -help for a list of supported command-line options. ENVIRONMENT VARIABLES
CHICKEN_INCLUDE_PATH Contains one or more pathnames where the interpreter should also look for include-files, separated by ; characters. CHICKEN_PREFIX Is used as a prefix directory for support files, include-files and libraries. CSI_OPTIONS When set to a string of command-line options, then the options are passed implicitly to every direct or indirect invocation of csi Note that runtime options of the form -... can not be passed using this method. DOCUMENTATION
More information can be found in the CHICKEN User's Manual BUGS
Submit bug reports by e-mail to chicken-janitors@nongnu.org , preferrably using the chicken-bug tool. AUTHOR
The CHICKEN Team SEE ALSO
chicken(1) chicken-bug(1) 20 May 2008 CSI(1)