On Tue, 20 Apr 2004 23:12:11 +0100, Lawrence Mitchell wence@gmx.li wrote:
Edi Weitz wrote:
;; is PACKAGE-NICKNAMES required to return a fresh list so we ;; can use NCONC instead of APPEND?
It's not explicitly stated, and the implementations I tested on don't so I think NCONC is out.
Yes, I could have tested this myself, of course... :)
edi@bird:~ > cmucl ; Loading #p"/home/edi/.cmucl-init". ; loading system definition from /usr/local/lisp/Registry/asdf-install.asd into ; #<The ASDF1015 package, 0/9 internal, 0/9 external> ; registering #<SYSTEM ASDF-INSTALL {485141CD}> as ASDF-INSTALL CMU Common Lisp 18e, running on bird With core: /usr/local/lib/cmucl/lib/lisp.core Dumped on: Thu, 2003-04-03 15:47:12+02:00 on orion See http://www.cons.org/cmucl/ for support information. Loaded subsystems: Python 1.1, target Intel x86 CLOS 18e (based on PCL September 16 92 PCL (f)) * (eq (package-nicknames :cl) (package-nicknames :cl))
T