history of the standard
From: Sam Steingold (sds_at_gnu.org)
Date: 01/28/05
- Next message: Marco Baringer: "Re: funcall"
- Previous message: Peter Seibel: "Re: set/get-dispatch-macro-character"
- Next in thread: Bruno Haible: "Re: history of the standard"
- Reply: Bruno Haible: "Re: history of the standard"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Marco Baringer: "Re: funcall"
- Previous message: Peter Seibel: "Re: set/get-dispatch-macro-character"
- Next in thread: Bruno Haible: "Re: history of the standard"
- Reply: Bruno Haible: "Re: history of the standard"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]