[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
>>158,159 That's not what I meant, but I realize this because of a mental-typo in >>157. I want a macro to generate a macro, so something like this:
#define A(B, x) #define B(y) (y(x))
so that I could define new macros by writing
A(add1, + 1)
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode