Ikarus Scheme (Bazaar checkout)
Go to file
Abdulaziz Ghuloum 6386b3420a Fixes bug 164823: ikarus.boot remaining open 2007-11-30 07:06:30 -05:00
benchmarks Forgot to commit the 0.0.2 release. 2007-11-29 03:31:54 -05:00
benchmarks.larceny
doc More documentation regarding IKARUS_LIBRARY_PATH. 2007-11-28 20:41:41 -05:00
extras
lab added read-exprs.ss script to ikarus.dev/lab 2007-11-28 20:12:09 -05:00
lib
scheme Fixes bug 164823: ikarus.boot remaining open 2007-11-30 07:06:30 -05:00
src Fixes bug 164823: ikarus.boot remaining open 2007-11-30 07:06:30 -05:00
.bzrignore
ACKNOWLEDGMENTS
BUGS
COPYING
DEDICATIONS
GPL-3
Makefile.am Changed version to 0.0.2-rc1 and added benchmarks to distribution. 2007-11-23 20:50:28 -05:00
Makefile.in Changed version to 0.0.2-rc1 and added benchmarks to distribution. 2007-11-23 20:50:28 -05:00
R6RS-TODO.txt
README
TODO
aclocal.m4
compile
config.guess
config.h.in
config.sub
configure Forgot to commit the 0.0.2 release. 2007-11-29 03:31:54 -05:00
configure.ac Forgot to commit the 0.0.2 release. 2007-11-29 03:31:54 -05:00
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.