merits of Lisp vs Python

Paul Rubin http
Thu Dec 14 02:24:55 EST 2006


Ken Tilton <kentilton at gmail.com> writes:
> btw, you called the defskill messy (repeated below) "messy". The only
> text not specific to absolute value is D-E-F-S-K-I-L-L.

No, the messiness was not in the macro instantation (defskill blah...),
but in the defmacro that tells the compiler how to expand it.  Python
function defs are lightweight enough that I don't experience a big pain
from using an extra one for a thing like that.



More information about the Python-list mailing list