Paste number 94632: with-request-vars

Paste number 94632: with-request-vars
Pasted by: mario-goulart
When:1 month, 4 hours ago
Share:Tweet this! | http://paste.lisp.org/+210O
Channel:#chicken
Paste contents:
Raw Source | XML | Display As
(define-syntax with-request-vars
  (syntax-rules ()
    ((_ (var1 ...) e1 e2 ...)
     (let* ((% (request-vars))
            (var1 (% (quote var1)))
            ...)
       e1 e2 ...))))

(define-syntax with-request-vars*
  (syntax-rules ()
    ((_ % (var1 ...) e1 e2 ...)
     (let* ((var1 (% (quote var1)))
            ...)
       e1 e2 ...))))

This paste has no annotations.

Colorize as:
Show Line Numbers

Lisppaste pastes can be made by anyone at any time. Imagine a fearsomely comprehensive disclaimer of liability. Now fear, comprehensively.