Ikarus Scheme (Bazaar checkout)
Go to file
Abdulaziz Ghuloum eb97ae0569 all string comparison functions were broken for 1 and 3+ args.
fixed.
2008-11-15 10:59:01 -05:00
benchmarks upgraded to using latest versions of autoconf, aclocal, and m4. 2008-09-13 15:16:14 -07:00
benchmarks.larceny
doc - removed note about "equal? not terminating" in documentation. 2008-11-11 00:59:31 -05:00
lab - changed foreign accessors and mutator names to have '-c-' in their 2008-10-12 02:06:25 -04:00
lib - changed foreign accessors and mutator names to have '-c-' in their 2008-10-12 02:06:25 -04:00
other-libs moved match.ss and pregexp.ss to the lib directory and modified 2007-12-19 17:39:26 -05:00
scheme all string comparison functions were broken for 1 and 3+ args. 2008-11-15 10:59:01 -05:00
src - unique name of uninterned gensyms is removed, allowing them to 2008-11-12 18:29:59 -05:00
.bzrignore
ACKNOWLEDGMENTS
BUGS
COPYING
DEDICATIONS
GPL-3
HOWTO-Contribute added: HOWTO-Contribute 2007-12-01 21:38:16 -05:00
Makefile.am
Makefile.in upgraded to using latest versions of autoconf, aclocal, and m4. 2008-09-13 15:16:14 -07:00
README
aclocal.m4 upgraded to using latest versions of autoconf, aclocal, and m4. 2008-09-13 15:16:14 -07:00
c32 ffi callbacks sorta kinda work now. 2008-09-21 04:08:54 -04:00
c64 first test of ffi works: 2008-09-14 04:17:24 -07:00
compile
config.guess
config.h.in - added configure option for supporting large files. 2008-11-09 22:24:04 -05:00
config.sub
configure - added configure option for supporting large files. 2008-11-09 22:24:04 -05:00
configure.ac - added configure option for supporting large files. 2008-11-09 22:24:04 -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.