[racket] my 2 cents on Web application tutorial being too advanced

From: J G Cho (gcho at fundingmatters.com)
Date: Sun May 4 11:12:13 EDT 2014

I think the first tutorial (blog) might be better off using
http://docs.racket-lang.org/web-server/dispatch.html, which resembles more
of the conventional way of doing web app, ie dealing with request and
response.

In particular, the resulting k-url is not permanent (at least when I was
working thru the tutorial a couple of years ago), and it's a bit of a head
scratcher that you cannot link to a blog post.

The continuation based approach may make more sense (better motivation) in
an e-commerce/shopping cart example.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20140504/8def881b/attachment.html>

Posted on the users mailing list.