Scheme 48 is available (under a very liberal license) from
Scheme 48 1.5 is a major feature release: It adds comprehensive
Unicode support, which affects many parts of the system. Otherwise,
the 1.5 release is mostly identical to 1.4.
Enjoy!
The Scheme 48 maintainers
---
01/12/07 (version 1.5)
Additions:
Comprehensive Unicode support was added. See the manual for
details.
An implementation of SRFI 19 was added. (thanks to Emilio
Lopes)
SYNTAX-RULES now supports vector patterns and templates.
The ,bound? command now produces more output. (thanks to
Taylor Campbell)
Changes:
Many of the POSIX procedures that accepted or returned
strings previously now accept or return OS strings. See
the manual for details.
The ,build command now accepts a procedure that will be
called with a list of OS strings rather than regular
strings.
The ASCII->CHAR and CHAR->ASCII procedures from the ASCII
structure covers only ASCII (codes 0-127) now.
(Previously, the range included 128-255 as well.)
Bug fixes:
A bug with package mutation was fixed. (reported by Taylor
Campbell)
Any plans for 64bit version?
-pekka-