Jan Rychter <[EMAIL PROTECTED]> writes: > By the way, where does one find out about the (double-float (0d0)) > syntax (with parentheses around 0d0)? Having reread the CMUCL manual > chapters on compiler and optimization and having looked at the HyperSpec > again, I cannot seem to find a description of this anywhere?
In the Common Lisp standard, in the description of the DOUBLE-FLOAT type specifier. (It might be worth adding as a FAQ somewhere or other, too). Cheers, Christophe -- 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)
