From: Nicolas N. <Nic...@iw...> - 2004-11-22 18:30:39
|
Sam Steingold <sd...@gn...> writes: >> * Marco Antoniotti <zn...@pf...h.rqh> [2004-11-22 12:16:18 -0500]: >> >> This is just a conventional way of doing what you'd do in C/C++ with >> >> #if 0 >> blah blah bla >> #endif >> >> Do not add NIL to the features. When you see #+nil it usually means >> that the code is dead and left around for documentation (grin) purposes. > > "#+nil" is broken by design. > use "#+(or)" instead. Sadly, it is one character more to type... Citing Dan Barlow from asdf.lisp: #+nil (error "The author of this file habitually uses #+nil to comment out forms. But don't worry, it was unlikely to work in the New Implementation of Lisp anyway") Nicolas:-) |