What can common lisp macros do that can't be done by a function that uses eval and gets quoted arguments?
Name:
Anonymous2009-10-25 7:38
>>1
Lisp macros can't do anything that can't be done with eval. In fact, Lisp can't do anything a program written in assembly that writes programs that write programs can't, so just use assembly.
.
.
.