Updated: 11/5/2005; 6:08:46 PM.
Chris Double's Radio Weblog
        

Sunday, April 10, 2005

An open source continuation based web server engine for Sisc Scheme has recently been announced. It's called SISCWeb and some examples are running here.
SISCweb features an interactive, REPL-based web application development style. Developers can write applications interactively, without ever bouncing the server, and, insofar as it is desirable, without ever losing application state. (In fact, save for the Java portion, SISCweb itself is written interactively in a REPL.)

Through the use of continuations, SISCweb does away with the page-centric execution model typical of web applications. Every time a response is sent to the browser, the program execution flow is suspended, to be then resumed from that exact point when the browser submits a request.

6:30:52 PM      

© Copyright 2005 Chris Double.
 
April 2005
Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Mar   May



Click here to visit the Radio UserLand website.

Listed on BlogShares

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.