in reply to Re^5: Amicable divorce
in thread Amicable divorce
Common Lisp macro facility is far more than a preprocessor. It allows manipulation of the language AST using the full language and the mechanic is perfectly ingrained into it.
That allows the programmer to create new abstractions, domain specific languages, or to add support for new programming paradigms (as for instance, logic programming or as suggested by LanX, alternative OO systems).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Amicable divorce (Macros & AST)
by LanX (Saint) on Jul 18, 2020 at 14:46 UTC |