Ikarus Scheme (Bazaar checkout)
Go to file
Abdulaziz Ghuloum dbf3620a0c Switched fonts to CharisSIL and Inconsolata. 2007-12-05 01:07:56 -05:00
benchmarks Forgot to commit the 0.0.2 release. 2007-11-29 03:31:54 -05:00
benchmarks.larceny * libraries are now expanded to a special library-letrec* form. 2007-11-17 09:53:22 -05:00
doc Switched fonts to CharisSIL and Inconsolata. 2007-12-05 01:07:56 -05:00
lab
lib renamed the extras directory to be lib. 2007-12-01 01:21:18 -05:00
scheme
src Fixes bug 173467. Ikarus now probes the cpuid for SSE2 support. 2007-12-03 00:29:36 -05:00
.bzrignore
ACKNOWLEDGMENTS
BUGS
COPYING
DEDICATIONS
GPL-3
HOWTO-Contribute
Makefile.am
Makefile.in
R6RS-TODO.txt
README * Fixed a few typos in docs. 2007-10-31 04:43:22 -04:00
TODO
aclocal.m4
compile
config.guess
config.h.in Fixes bug 172894 by checking at configure-time whether the 2007-12-01 22:41:36 -05:00
config.sub
configure
configure.ac
depcomp
install-sh
missing
mkinstalldirs

README

Ikarus Scheme is an implementation of the Scheme programming
language.  The preliminary release of Ikarus implements the majority
of the features found in the current standard, the Revised 6 report
on the algorithmic language Scheme including full R6RS library and
script syntax, syntax-case, unicode strings, bytevectors,
user-defined record types, exception handling, conditions, and
enumerations.  Over 80% of the R6RS procedures and keywords are
currently implemented and subsequent releases will proceed towards
brining Ikarus to full R6RS conformance.

The main purpose behind releasing Ikarus early is to give Scheme
programmers the opportunity to experiment with the various new
features that were newly introduced in R6RS.  The most important of
such features is the ability to structure large programs into
libraries; where each library extends the language through
procedural and syntactic abstractions.  Many useful libraries can be
written using the currently supported set of R6RS features including
text processing tools, symbolic logic systems, interpreters and
compilers, and many mathematical and scientific packages.  It is my
hope that this release will encourage the Scheme community to write
and to share their most useful R6RS libraries.