Donovan Kolbly - 2005-01-26

Logged In: YES
user_id=241598

I think the following implementation will do it, if crudely:

(define-macro (receive formals expr . body)
`(bind ((,@formals ,expr))
,@body))