logo       
Google Custom Search
    AddThis Social Bookmark Button

SISC 1.16.6 Released: msg#00008

Subject: SISC 1.16.6 Released
2/27/2007: SISC 1.16.6 Released

New in this Release
-------------------

SISC 1.16.6 is a maintenance release, which fixes a small number
of bugs in the previous release.  Develoment continues on the
1.17.x series.

 * Fixed a bug with annotation handling in circular structures. 
 * Made the port option of read-block/write-block optional.
 * Fixed a bug in error handling of recycled continuations.
 * Fixed return type of read-string on end of file.
 * Fixed a bug in the recursions of lcm and gcd.

About SISC
----------

SISC is an extensible heap-based interpreter of Scheme running on
the Java VM, with an aggressively optimized, lightweight (<200k)
Scheme engine.  SISC outperforms all existing Java
interpreters (often by more than an order of magnitude), and is
competitive with interpreters in any language.

In addition, SISC is a complete implementation of the language.
The entire R5RS Scheme standard is supported, without exception.  
This includes a full number tower including complex number support,
arbitrary precision integers and floating point numbers, as well as
hygienic R5RS macros, proper tail recursion, and first-class
serializable continuations (not just the escaping continuations as 
in many limited Scheme systems).  SISC also attempts to implement the
standard as correctly as possible, while still providing
exceptional performance.

Finally, SISC provides many useful real-world extensions, such as
networking, threading, elegant exception handling, generic
procedures, an object system, SLIB and comprehensive SRFI support, a
scope-friendly module system, a Scheme and Java object system 
with a clean foreign-function interface and more.


Downloads and More Information
------------------------------

Source code, binaries, and SISC documentation can be found on 
the web at:

    http://sisc-scheme.org


Special Thanks
--------------

Thanks go out to the following people who contributed to
this release:

Norman Gray
Dan Muresan
Alex Shinn

Licensing
---------

SISC is Free Software.  It is released simultaneously under the GNU
General Public License (for free-software projects), and the Mozilla
Public License (for commercial entities).  The documentation is
available under the GPL.

-- 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV


<Prev in Thread] Current Thread [Next in Thread>