[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Revised array proposal (long)
- To: Fahlman at CMU-20C
- Subject: Re: Revised array proposal (long)
- From: Rodney A. Brooks <BROOKS at MIT-OZ at MIT-MC>
- Date: Fri, 17 Sep 1982 03:45:00 -0000
- Cc: common-lisp at SU-AI
- In-reply-to: Your message of 16-Sep-82 2334-EDT
I thought the idea of keeping VECTOR, VREF etc. was that they would
be precisely for what you call the SIMPLE-VECTOR case. Having all of
ARRAYs, VECTORs and SIMPLE-s puts the cognitive overhead up above what
it was to start with. I think the types should be:
ARRAY, STRING, VECTOR and maybe STRING-VECTOR
where the latter is what you called SIMPLE-STRING. I've left out
the BIT cases because I couldn't think of any name better than BITS for
the STRING analogy.
-------