- (with-gensyms (x ...) xpr ....)syntax
to be used in a macro body and hence to be imported for-syntax. Generates a list of gensyms x ... which can be used in xpr .....
The macro must be imported for syntax.
to be used in a macro body and hence to be imported for-syntax. Generates a list of gensyms x ... which can be used in xpr .....
The macro must be imported for syntax.