|
|
|
|
|
by procparam
2377 days ago
|
|
A separate language? How do you mean? This is one of the big advantages of Lisp macros over C macros. In Lisp you write macros using Lisp, including normal user-defined functions. In C, on the other hand, you write macros using "C Preprocessor directives" |
|