[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How about...
- To: (BUG LISP) at MIT-MC
- Subject: How about...
- From: ALAN at MIT-MC (Alan Bawden)
- Date: Sun, 23 Nov 80 08:23:00 GMT
- Original-date: 23 NOV 1980 0323-EST
MacLisp still lacks a way to get array dimension information without
consing. Why not adopt the LispMachine function array-dimension-n?
(array-dimension-n <dimension you want the size of> <array>)
(Look at the manual first, the damned thing is 1 based since it
returns the leader length for dimension 0, and it returns nil for
non-existant dimensions.)