|
|
SISC 1.16.4
by Scott G. Miller (http://freshmeat.net/~scgmille/)
Mon, Sep 11th 2006 16:57
About:
SISC is an extensible Java-based interpreter of the algorithmic language
Scheme. It uses modern interpretation techniques and handily outperforms
all existing Java interpreters (often by more than an order of magnitude).
In addition, SISC is a complete implementation of the language. The entire
R5RS Scheme standard is supported. This includes a full number tower
including complex number support and arbitrary precision integers and
floating point numbers, proper tail recursion, hygienic macros, and full
support for first-class continuations (not just the escaping continuations
found in many other systems).
Changes:
A new I/O layer that is 10-30x faster. A new custom I/O ports API. Better
Java and Scheme I/O integration.
Release focus: Minor feature enhancements
License: Mozilla Public License (MPL)
Project URL: http://freshmeat.net/projects/sisc/
Homepage:
http://freshmeat.net/redir/sisc/9583/url_homepage/sisc.sourceforge.net
Tar/GZ:
http://freshmeat.net/redir/sisc/9583/url_tgz/sisc-1.16.4.tar.gz
Zip:
http://freshmeat.net/redir/sisc/9583/url_zip/sisc-1.16.4.zip
Debian package:
http://freshmeat.net/redir/sisc/9583/url_deb/sisc_1.16.4_all.deb
CVS tree (cvsweb):
http://freshmeat.net/redir/sisc/9583/url_cvs/sisc.cvs.sourceforge.net
Mailing list archive: http://freshmeat.net/redir/sisc/9583/url_list/mail
Demo site:
http://freshmeat.net/redir/sisc/9583/url_demo/sisc-online.html
|
|