Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 81944 invoked by uid 500); 8 Dec 2001 16:34:37 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 81933 invoked from network); 8 Dec 2001 16:34:37 -0000 Message-Id: <200112081630.fB8GUFT21818@localhost.localdomain> X-Mailer: exmh 2.5 07/16/2001 with XEmacs 21.4.4 on Linux 2.4.9 From: Ovidiu Predescu To: Michael Hartle Cc: cocoon-dev@xml.apache.org Subject: Re: [RT] Managing Flow and Resources In-Reply-To: Your message of "Sat, 08 Dec 2001 02:42:02 +0100." <3C116FEA.10102@hartle-klug.com> X-Url: http://www.geocities.com/SiliconValley/Monitor/7464/ X-Image-Url: http://www.geocities.com/SiliconValley/Monitor/7464/ovidiu.tiff X-Face: ?(@Y~qjBA}~8ZMh5gM4{Q{bE_*:sCJ3@Z?{B*Co=J!#8bb~-z?-0._vJjt~MM59!MjxG%>U 5>MW^2-\7~z04buszR^=m^U|m66>FdR@cFwhb;.A(8*D.QmLkK]z,md0'HiOE\pyeiv_PACR+P:Cm. wq_%l':E:q]g-UCc>r&s@BVo'kFN;(\9PF22Myg5w%nUBWQ6MJJ#qL#w>2oxckP'H:\$9F"mxsz]Dg k{1`fTcP'Y$CgGnc^paTV$dzhVX+;(U$;Eb)P<>G)g) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 08 Dec 2001 08:30:15 -0800 Sender: ovidiu@cup.hp.com X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Excellent, this is the Scheme engine I was looking for! All the engines I knew from a long time ago where written in C, not in Java. With these engines interfacing between Scheme and Java had to go through a C layer implementing JNI calls, which, as you imagine, is very expensive. Thanks, -- Ovidiu Predescu http://orion.nsr.hp.com/ (inside HP's firewall only) http://sourceforge.net/users/ovidiu/ (my SourceForge page) http://www.geocities.com/SiliconValley/Monitor/7464/ (GNU, Emacs, other stuff) On Sat, 08 Dec 2001 02:42:02 +0100, Michael Hartle wrote: > Due to the JESS license, I had a look at Sourceforge and found SISC > (http://sisc.sourceforge.net/): > > > *SISC* is an extensible Java based interpreter of the algorithmic > > language Scheme. SISC 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, no exceptions. This > > includes a full number tower including complex number support and > > arbitrary precision integers /and/ floating point numbers, as well as > > full support for first-class continuations (not just escaping > > continuations as in many other interpreters). *SISC* also attempts to > > implement the standard as correctly as possible, while still providing > > exceptional performance. > > > > Functionality can be added through the use of Modules, extensions that > > may add new types and functions to the language. *SISC* can also > > interface with Java through a bridge module called J2S. > > > > SISC is released simultaneously under the terms of the Mozilla Public > > License v1.1 and the GNU General Public License (GPL) v2. > > Best regards, > > Michael Hartle --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org