[plt-scheme] Re: with-cgi-bindings
My version (let-bindings) is attached. I'm embarassed
to say it still has bugs but I'm not going to get time
to touch it for a while.
Noel
--- Paul Steckler <steck at ccs.neu.edu> wrote:
> The PLT CGI library ought to have something like:
>
> (with-cgi-bindings (x ...) ...)
>
> which expands to something like
>
> (let* ([bindings (get-bindings/post)]
> [x (extract-binding/single "x" bindings)]
> ...)
> ...)
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: let-bindings.tar.gz
Type: application/x-gzip
Size: 1305 bytes
Desc: let-bindings.tar.gz
URL: <http://lists.racket-lang.org/users/archive/attachments/20021127/8450c1f9/attachment.gz>