[plt-scheme] Re: why no send/suspend in tutorial? (was: Re: web-server question)
On Tue, Dec 9, 2008 at 2:47 PM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
> The documentation [1] says this:
>
> Calls make-response with a function that, when called with a procedure
> from request? to any/c will generate a URL, that when invoked will
> call the function with the request? object and [HERE]return the result
> to the caller of send/suspend/dispatch.[/HERE]
>
Make it explicit. "Therefore s/s/d can actually be used anywhere that
s/s is used by using the identity function as the handler:
example here"
I lot of the documentation (the web server is generally better in this
regard) reads like a maths textbook. It tells you stuff but doesn't
tell you the implications or why you should care. I know this is
intentional in the reference, and is being addressed in the guides.
N.