[racket] Macro Stepper won't expand "nested" macros
Two days ago, Sandro Y wrote:
> Hello,
>
> I recently posted this as a Stackoverflow question, but upon the
> advice of some of the commenters, I've decided to ask here
> instead. The SO question, for reference, is this one:
> http://stackoverflow.com/questions/13449842/
> why-doesnt-dr-racket-expand-nested-macros
(I made that comment -- I have recently ran into the same issue in
class when I tried to demonstrate a recursive macro.)
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!