history of the standard

From: Sam Steingold (sds_at_gnu.org)
Date: 01/28/05


Date: Fri, 28 Jan 2005 14:46:14 -0500

why can typed structs and classes of the same name coexist?

(progn
  (defstruct (foo (:type vector)))
  (defclass foo () ())
  (list (make-foo) (make-instance 'foo)))

the standard specifies that the above must be legal.

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/>
<http://www.mideasttruth.com/> <http://www.honestreporting.com>
If at first you don't suck seed, try and suck another seed.