[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Degenerate array axes
- To: "David A. Moon" <Moon@SCRC-STONY-BROOK.ARPA>
- Subject: Degenerate array axes
- From: "Scott E. Fahlman" <Fahlman@CMU-CS-C.ARPA>
- Date: Wed, 12 Jun 1985 01:26:00 -0000
- Cc: common-lisp@SU-AI.ARPA
- In-reply-to: Msg of 11 Jun 1985 15:57-EDT from David A. Moon <Moon at STONY-BROOK.SCRC.Symbolics.COM>
- Sender: FAHLMAN@CMU-CS-C.ARPA
OK, maybe the best way out is to follow Mlynarik's suggestion that (a)
we allow multi-D arrays with one or more dimensions of 0 and (b) we go
with #.make-array for those situations where the #A syntax can't make
it. That way we avoid a significant incompatible change to the syntax
and we avoid outlawing a heretofore legal object type.
-- Scott