Ikarus Scheme (Bazaar checkout)
Go to file
Abdulaziz Ghuloum 9692eb097f Made libffi autodetectable as per bug 288748. Thanks to Andreas
Rottmann for supplying the patch.
2009-06-26 12:12:25 +03:00
benchmarks - added a way of making annotated procedures without invoking the 2009-05-11 01:35:38 +03:00
benchmarks.larceny
doc - added a way of making annotated procedures without invoking the 2009-05-11 01:35:38 +03:00
lab Fixed tcp examples in lab directory. Thanks to Dudley Flanders for 2009-06-26 12:04:39 +03:00
lib - include now resolves relative includes (where file name does not 2009-05-30 09:47:56 +03:00
other-libs
scheme Made libffi autodetectable as per bug 288748. Thanks to Andreas 2009-06-26 12:12:25 +03:00
src fixed (modulo <bignum> 0) and (modulo <bignum> <largish-fixnum>) 2009-06-26 11:15:02 +03:00
.bzrignore
ACKNOWLEDGMENTS
BUGS
COPYING
DEDICATIONS
GPL-3
HOWTO-Contribute
Makefile.am
Makefile.in - added a way of making annotated procedures without invoking the 2009-05-11 01:35:38 +03:00
README
aclocal.m4 - added a way of making annotated procedures without invoking the 2009-05-11 01:35:38 +03: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 Made libffi autodetectable as per bug 288748. Thanks to Andreas 2009-06-26 12:12:25 +03:00
config.sub
configure Made libffi autodetectable as per bug 288748. Thanks to Andreas 2009-06-26 12:12:25 +03:00
configure.ac Made libffi autodetectable as per bug 288748. Thanks to Andreas 2009-06-26 12:12:25 +03: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.