[plt-scheme] scheme in java

From: Shriram Krishnamurthi (sk at cs.brown.edu)
Date: Wed Aug 20 15:38:29 EDT 2008

Because you'd need to CPS, and that really destroys
program structure and potentially also performance.  See:

http://www.cs.brown.edu/~sk/Publications/Papers/Published/pcmkf-cont-from-gen-stack-insp/

S.

On Wed, Aug 20, 2008 at 9:39 AM, Grant Rettke <grettke at acm.org> wrote:
>> Another possibility is SISC <http://sisc-scheme.org/>.  It's worked well for
>> me, specifically to write servlets which live inside Tomcat or Jetty.
>
> They make a point to mention that they implement the whole R5RS spec,
> *including* continuations. I take it that is something that the other
> Scheme on the JVM implementers avoid. Why?
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.