Ikarus Scheme (Bazaar checkout)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Abdulaziz Ghuloum 1f2b250ed9
fixed a bug in (not) handling variable-size frames in ikarus-exec.
13 years ago
benchmarks libpthread is linked to ikarus automatically if the system has 14 years ago
benchmarks.larceny
doc libpthread is linked to ikarus automatically if the system has 14 years ago
lab bzr-snapshot more verbose 14 years ago
lib libpthread is linked to ikarus automatically if the system has 14 years ago
other-libs
scheme fixed a bug in (not) handling variable-size frames in ikarus-exec. 13 years ago
src fixed a bug in (not) handling variable-size frames in ikarus-exec. 13 years ago
.bzrignore updated to newer auto tools and fixed c32 and c64 to be more generic. 14 years ago
ACKNOWLEDGMENTS
BUGS
COPYING
DEDICATIONS
GPL-3
HOWTO-Contribute
Makefile.am
Makefile.in updated to newer auto tools and fixed c32 and c64 to be more generic. 14 years ago
README
aclocal.m4 updated to newer auto tools and fixed c32 and c64 to be more generic. 14 years ago
c32 installed a workaround for a bug in libffi where it does not mark 14 years ago
c64 installed a workaround for a bug in libffi where it does not mark 14 years ago
compile
config.guess
config.h.in installed a workaround for a bug in libffi where it does not mark 14 years ago
config.sub
configure installed a workaround for a bug in libffi where it does not mark 14 years ago
configure.ac installed a workaround for a bug in libffi where it does not mark 14 years ago
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.