sperber(a)informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) writes:
>> Did I mention that read-time macros (this is the
oh-so-fabulous
>> Erik Naggum's idea, no?) are just about the dumbest dumb-ass idea
>> I've ever seen in Elisp design additions? Well, they are.
Read-time macros are imported from Common Lisp, and are occasionally
very useful, for clarity.
sb> Sigh. They're a cool idea from a maintainer's
standpoint.
One problem is that it makes for generating different .elc's from
the same .el depending on where you're compiling. Not so cool ...
This is true. The same thing goes for `eval-when-compile'
feature-testing constructs. Unlike `eval-when-compile', which
*SCREAMS* that the code will be evaluated at compile-time, the #[-+]
constructs are sooo easy to write without realizing the consequences.
--
Hrvoje Niksic <hniksic(a)srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
aibohphobia (ay' bo fo beeya): n. The fear of palindromes.