[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
>>157 #define A(x) #define B(y) (x(y)) #define A(xfunc,yarg) xfunc(yarg)
>>157 > #define A(x) #define B(y) (x(y)) or if you want exactly B(y) #define A(x,y) x(y) #define B(y) A(x,y)
>>160 Why not write '#define add1(x) x+1' directly?
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode