Walter Bright wrote: > defmac is often trotted out as a big productivity gainer in Lisp, > because with it one can define one's own syntax. D's lazy evaluation > does the equivalent. Can someone explain to me how lazy is equivalent to defmac? After reading Paul Graham's "Hackers & Painters", I thought defmac was more like #define macros.