
16 Mar
2008
16 Mar
'08
5:55 p.m.
"Leslie P. Polzer" <leslie.polzer@gmx.net> writes:
2. Setup BACKQUOTE to be the backquote expansion object. I believe this is common implementor's practice.
I don't believe it is. (What is "the" backquote expansion object, anyway?)
3. Support extended feature tests. It would be nice to be able to say +(find-package 'zoo)(...)
#+#.(cl:if (cl:find-package 'zoo) '(and) '(or)) (...) Cheers, Christophe