[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Clojure
From: |
Andreas Rottmann |
Subject: |
Re: [Chicken-users] Clojure |
Date: |
Fri, 03 Jul 2009 01:34:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.95 (gnu/linux) |
Peter Bex <address@hidden> writes:
> On Thu, Jul 02, 2009 at 01:42:16PM -0700, Shawn Rutledge wrote:
>> If you want real Scheme (rather than just lisp-like) you could try
>> Kawa. I have not tried either one, though.
>
> Actually, I think SISC is the canonical Scheme-on-Java. Not sure why,
> possibly because it's better maintained or implements Scheme more
> completely?
>
IIRC, SISC is a complete implementation of R5RS, while Kawa punts on
continuations (it has only escape continuations) and proper tail
calls[0].
[0] http://www.gnu.org/software/kawa/internals/complications.html
Regards, Rotty