[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SIMPLE-VECTOR



    Date: Thu, 4 Jun 1987  10:59 EDT
    From: Ram@C.CS.CMU.EDU
    Note that the old SIMPLE-VECTOR can easily be defined using
    SIMPLE-ARRAY:
      (deftype rwk-array (&optional type size)
	 `(simple-array ,type (,size)))

Certainly.  My only concern is that I don't think RWK-ARRAY
is quite the right name.  There's no issue here larger than
what name to attach to which concept.  It doesn't seem worth
the energy it will take to do anything about it.