[racket] Racket documentation for web development is just awful!

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Sat Dec 17 15:16:49 EST 2011

Would it be possible for programmer to provide a name generator, so
that you could have pretty urls of the form:

foo.com/session/175

You'd have to ensure in the web server that there weren't conflicts
with the names currently being managed, but it seems plausible.

On Sat, Dec 17, 2011 at 3:12 PM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
>
> It allows you to create URLs like
>
> /posts/456
>
> and if during the generation of that page you hit a continuation operation,
> the URL will be something like
>
> /posts/456;gobbledygook
>
> where the last "clean" URL is inside of the current "ugly" URL.



-- 
sam th
samth at ccs.neu.edu


Posted on the users mailing list.