[ prog / sol / mona ]

prog


Marvin Minsky - The Beauty of the Lisp Language

160 2020-10-12 08:10

>>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)
301


VIP:

do not edit these