[plt-scheme] Continuations
Hi all,
For a continuation-based framework for developing web applications, you
should take a look at Seaside :
http://www.seaside.st/
Applications written in Seaside :
http://tone23.org/qtone
http://dabbledb.com/
HTH
Martial.
> -----Message d'origine-----
> De : plt-scheme-bounces at list.cs.brown.edu
> [mailto:plt-scheme-bounces at list.cs.brown.edu] De la part de
> Akhilesh Mritunjai
> Envoyé : jeudi 16 novembre 2006 14:49
> À : Shriram Krishnamurthi
> Cc : Matthew Flatt; PLTScheme List
> Objet : Re: [plt-scheme] Continuations
>
....
> The context of the question is infact, PLT Scheme servlets. I
> basically want to study feasibility of coming up with an enterprise
> strength web development framework + DSL, which I know is a long shot
> (but hell, what do I lose if I miss ?). My analysis, thus far, says
> Scheme needs to come out of classrooms.
>
> (DSL -> "invasive scheme may not be an issue")
>
> The issues related to continuations are among other things -
> persistence, load balancing and fail-over (ignoring the most powerful
> one - easy development).
>