Harald Hanche-Olsen <[EMAIL PROTECTED]> writes: > Methinks this answer is a bit too brief. The missing apostrophe in > the Hyperspec is an obvious and trivial bug, but surely, CMUCL is also > at fault here, in not producing the result "0000 1101 0000 0101"? Or > is that also considered a bug in the Hyperspec?
Yes. Google groups will have several discussions, which you can find by searching for "group:comp.lang.lisp 000001101". Cheers, Christophe (but by all means add your voice to that cliki page) -- http://www-jcsu.jesus.cam.ac.uk/~csr21/ +44 1223 510 299/+44 7729 383 757 (set-pprint-dispatch 'number (lambda (s o) (declare (special b)) (format s b))) (defvar b "~&Just another Lisp hacker~%") (pprint #36rJesusCollegeCambridge)
