[plt-scheme] servlet2.ss

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Thu Mar 23 09:41:27 EST 2006

On Mar 22, 2006, at 9:47 PM, Danny Yoo wrote:

> On Wed, 22 Mar 2006, Matthias Felleisen wrote:
>
>> servlet2.ss doesn't work in 300+. Last version it worked in was 20x. 
>> --
>
> Out of curiosity, what would need to be done to bring servlet2.ss up to
> date with 300+?

The server has evolved a lot, and the servlet hasn't. We broke backwards
compatibility with 300. Also the servlet is supposed to help you work
with your browser du jour ... you can imagine what a mess this is. We
abandoned sending help documentation to an external browser because
it didn't work out. Here the problem is simpler but still painful.

See http://www.ccs.neu.edu/home/matthias/HtDP/Extended/servlets.html
for the implicit interface.

-- Matthias



Posted on the users mailing list.