[plt-scheme] Re: with-cgi-bindings

From: Noel Welsh (noelwelsh at yahoo.com)
Date: Wed Nov 27 05:10:40 EST 2002

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>

Posted on the users mailing list.