[racket] Engineering Tradeoffs of ANF transforms and the Stateless Server

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Sun Jan 1 16:36:31 EST 2012

On Sat, 31 Dec 2011 20:03:02 -0600,Robby Findler <robby at eecs.northwestern.edu> mumbled:
> I'm not sure if the web-server supports continuation marks or not

The stateless transformation does support continuation marks, provided
the keys and values are serializable. (Parameters/exception handlers are not
supported because the key is not serializable.)

Jay


Posted on the users mailing list.