- (let-macro ((code . body) ....) xpr ....)syntax
where (code . body) .... are as in define-macro.
This is a local version of define-macro, allowing a list of (code . body) lists to be processed in xpr .... in parallel.
where (code . body) .... are as in define-macro.
This is a local version of define-macro, allowing a list of (code . body) lists to be processed in xpr .... in parallel.