/prog/, do you know of a tutorial or a paper on implementing a Lisp macro system from scratch? It could be Scheme macros, it could be really simple macros, anything would be helpful.
Name:
Anonymous2015-05-31 17:37
If the programmer writes a macro that doesn't terminate, she can hit control-c during compilation to enter the debugger and get a stack trace to see where compilation is. Then she can fix her non-terminating macro.