Ikarus Scheme (Bazaar checkout)
Go to file
Abdulaziz Ghuloum 788762da44 eq- and eqv-hashtables are now fasl-writable. 2008-12-23 21:40:09 -05:00
benchmarks
benchmarks.larceny
doc fixed a few typos in users guide. 2008-11-15 11:03:22 -05:00
lab
lib Added export for pointer-set-c-long-long! from (ikarus foreign) 2008-12-05 02:09:50 -05:00
other-libs
scheme eq- and eqv-hashtables are now fasl-writable. 2008-12-23 21:40:09 -05:00
src added setenv and unsetenv to (ikarus). 2008-12-23 20:58:46 -05:00
.bzrignore * Added char-downcase, char-upcase, char-titlecase, and char-foldcase 2007-06-17 17:20:19 +03:00
ACKNOWLEDGMENTS
BUGS
COPYING
DEDICATIONS * Added a dedications file. 2007-11-19 19:04:10 -05:00
GPL-3
HOWTO-Contribute
Makefile.am
Makefile.in
README * Fixed a few typos in docs. 2007-10-31 04:43:22 -04:00
aclocal.m4
c32
c64
compile * Migrated to automake-1.9 2007-10-25 17:43:40 -04:00
config.guess
config.h.in fixed build error under linux. 2008-11-16 04:22:23 -05:00
config.sub major restructuring to support autotools 2007-10-17 19:59:37 -04:00
configure fixed build error under linux. 2008-11-16 04:22:23 -05:00
configure.ac fixed build error under linux. 2008-11-16 04:22:23 -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.