[ prog / sol / mona ]

prog


Marvin Minsky - The Beauty of the Lisp Language

167 2020-10-12 17:32

>>166
I don't understand where the problem is.
You are allowed to redefine any macros anytime.
#define OPEN_FUTURE LISP_HAS_IT
#define OPEN_FUTURE NOW_IT_DOESNT
You'll just get something like
code.c:11: warning: "OPEN_FUTURE" redefined

168 2020-10-12 17:36

or if you don't like this warning
#undef OPEN_FUTURE
#define OPEN_FUTURE(L) stringify(L)" has it"
print(OPEN_FUTURE(Cepples));

301


VIP:

do not edit these