[plt-scheme] Re: Writing stateless servlets: what is an "unsafe context"?
No problem. It should be there and under usage considerations.
Sent from my iPhone
On Jan 21, 2010, at 11:14 AM, John Clements
<clements at brinckerhoff.org> wrote:
>
> 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
>