Python syntax in Lisp and Scheme
Joe Marshall
jrm at ccs.neu.edu
Thu Oct 9 14:52:54 EDT 2003
More information about the Python-list mailing list
Thu Oct 9 14:52:54 EDT 2003
- Previous message (by thread): higher-order macros [Re: Python syntax in Lisp and Scheme
- Next message (by thread): higher-order macros [Re: Python syntax in Lisp and Scheme
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Andreas Rossberg <rossberg at ps.uni-sb.de> writes: > Apart from that, can you have higher-order macros? With mutual > recursion between a macro and its argument? That is, can you write a > fixpoint operator on macros? Yes, you can. This occurs when you call MACROEXPAND as part of computing the expansion of the macro.
- Previous message (by thread): higher-order macros [Re: Python syntax in Lisp and Scheme
- Next message (by thread): higher-order macros [Re: Python syntax in Lisp and Scheme
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list