27Oct00
Procedural Macros for Java
Bachrach and Playford
Self Generating Code Quote
Fragment f = #{ #{ Fragment f = #{ ??f }; ?f; }; };
#{ Fragment f = #{ ??f }; ?f; };
Based on Mike McMahon’s self generating quasiquote
solution published in Alan Bawden’s quasiquote paper.
(let ((let '`(let ((let ',let)) ,let)))
`(let ((let ',let)) ,let))