[plt-scheme] servlet2.ss
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