Ikarus Scheme (Bazaar checkout)
Go to file
Abdulaziz Ghuloum 9f7196d11a better contextual error messages for invalid numeric sequences. 2008-06-03 22:27:33 -07:00
benchmarks Added bitwise-and primop. 2008-01-19 15:44:38 -05:00
benchmarks.larceny
doc This is the 0.0.3 release. 2008-02-02 23:08:58 -05:00
lab accept and accept-nonblocking now set the port-id to a string 2008-04-11 07:01:27 -04:00
lib
other-libs
scheme better contextual error messages for invalid numeric sequences. 2008-06-03 22:27:33 -07:00
src Added missing ikarus-errno.c 2008-05-31 19:57:22 -07:00
.bzrignore
ACKNOWLEDGMENTS
BUGS
COPYING * Fixed license issues in COPYING and GPL-3 files. 2007-10-25 17:56:49 -04:00
DEDICATIONS
GPL-3
HOWTO-Contribute
Makefile.am
Makefile.in
README
aclocal.m4
c32 Passing 548 tests in 64-bit mode. 2008-04-08 03:57:13 -04:00
c64 Passing 548 tests in 64-bit mode. 2008-04-08 03:57:13 -04:00
compile
config.guess
config.h.in
config.sub
configure This is the 0.0.3 release. 2008-02-02 23:08:58 -05:00
configure.32.ac Passing 548 tests in 64-bit mode. 2008-04-08 03:57:13 -04:00
configure.64.ac Passing 548 tests in 64-bit mode. 2008-04-08 03:57:13 -04:00
configure.ac This is the 0.0.3 release. 2008-02-02 23:08:58 -05:00
depcomp
install-sh
missing
mkinstalldirs * Migrated to automake-1.9 2007-10-25 17:43:40 -04:00

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.