Name: Anonymous 2011-01-31 6:28
Is Clojure a better language than Racket?
(define-syntax (with-identifiers stx)
(syntax-case stx ()
((~ stx (ids ...) . body)
#'(with-syntax ((ids (datum->syntax stx 'ids)) ...) . body))))