Update of /cvsroot/fink/experimental/lrosengreen/finkinfo
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11102

Added Files:
        sisc.info 
Log Message:
Nifty little R5RS scheme implementation for the Java VM.



--- NEW FILE: sisc.info ---
Package: sisc
Version: 1.9.6
Revision: 1
Description: R5RS Scheme implementation for the Java VM
License: GPL
Maintainer: Lars Rosengreen <[EMAIL PROTECTED]>

BuildDepends: ant, docbook-xsl, junit, system-java-dev
Depends: rlwrap, system-java

Source: mirror:sourceforge:%n/%n-%v.jar
Source-MD5: 1300460919eef3a1bc78aace6e4f62ab
SourceRename: %n.zip

CompileScript: ant -Ddoc.style=%p/share/xml/xsl/docbook-xsl/html/chunk.xsl

InstallScript: <<
mkdir -p %i/lib/sisc
cp -Rp *.jar %i/lib/sisc
cp -Rp %n.shp %i/lib/sisc
mkdir -p %i/share/doc/sisc
cp -Rp doc/*.txt %i/share/doc/sisc
cp -Rp doc/generated/sss %i/share/doc/sisc
mkdir -p %i/bin
sed 's|`dirname $0`|%p/lib/sisc|g' %n.sh > %i/bin/sisc
chmod 755 %i/bin/sisc
<<

Docfiles: COPYING GOALS LICENSE.txt README TODO
  
Homepage: http://sisc.sourceforge.net

DescDetail: << 
SISC is an extensible Java based interpreter of the algorithmic
language Scheme.  SISC uses modern interpretation techniques, and
handily outperforms all existing JVM 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, no exceptions. This includes
a full number tower including complex number support, arbitrary
precision integers and floating point numbers, as well as hygenic R5RS
macros, proper tail recursion, and first-class 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.

SISC also provides useful real-world extensions, such as networking,
elegant exception handling, a scope-friendly module system, support
for SLIB, numerous SRFIs, and an extensible type system with a Java
foreign-function interface.

Finally, native functionality can be added through the use of native
libraries that may add new types, values, and functions to the
language. These extensions can be packaged into scopable modules at
the Scheme level as well.  
<<

DescPort: <<
No support for SRFI-22 yet.
<<


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to