[plt-scheme] Re: Writing stateless servlets: what is an "unsafe context"?

From: John Clements (clements at brinckerhoff.org)
Date: Thu Jan 21 13:14:25 EST 2010

On Jan 21, 2010, at 9:56 AM, Jay McCarthy wrote:

> An unsafe context is a context that includes un-transformed code. Here
> is an example from the docs:
> 
> (build-list
>   3
>   (lambda (i)
>     (call-with-serializable-current-continuation
>      (lambda (k) (serialize k)))))
> 
> 'build-list' isn't transformed.

Right, of course. Mind if I add a searchable keyword for "unsafe context" here?

John

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2484 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20100121/c17de4f7/attachment.p7s>

Posted on the users mailing list.