This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ANNOUNCEMENT] New package: chicken-3.4.0-1


The chicken implementation of the scheme programming language is now
available with the Cygwin distribution.

 * http://www.call-with-current-continuation.org/ (Homepage)


DESCRIPTION:
============

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

FEATURES:
=========

 * Includes a full-featured interactive interpreter as well as an
optimizing batch compiler
 * Full support for tail recursion, first-class continuations and
high-level macros
 * Highly portable and known to run on many platforms, including x86,
x86-64, IA-64, PowerPC, SPARC and UltraSPARC, Alpha, MIPS, PA-RISC,
ARM and S/390
 * Distributed free for use and modification under the terms of the BSD License
 * Transparent support for dynamically loadable compiled code and linkage to C
 * A sophisticated but easy to use foreign function interface for
accessing C and C++ libraries from Scheme code
 * Lightweight threads based on first-class continuations
 * An object system with multiple dispatch, multiple inheritance and
meta-object protocol
 * Provides the syntax-case enhanced high-level macro system
(including R5RS syntax-rules), and define-macro style low-level macros
 * Support for syntactic pattern-matching via Andrew Wright's match package
 * Execution profiling, debugging, backtrace and single-stepping support
 * A POSIX interface that covers environment and filesystem access,
pipes, processes, signals, locks, sockets, and low-level and
memory-mapped I/O
 * Perl compatible regular expressions
 * Support for interpreted or compiled shell scripts under Unix and Windows
 * CHICKEN is supported by SWIG so interfacing to C or C++ can be automated
 * Support for a large number of Scheme Requests For Implementation (SRFIs)
 * Many libraries and extensions are available at "Eggs unlimited"

enjoy!
Nate T

--

If you have questions or comments, please send them to the cygwin
mailing list at: cygwin@cygwin.com .

              *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain.com@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is
available starting at this URL.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]