; File: STRUCTUR.LSP (C) 12/25/85 Soft Warehouse, Inc. ; COMMON.LSP must also be read in to use the functions in this file. ; muLISP Array Facility ; The muLISP array facility provides a subset of the Common LISP array ; capability (see Chapter 17 of Common LISP, The Language by Guy L. ; Steele Jr. [1984]). Arrays are realized as 3-element lists of the form: ; (ARRAY ) ; where is a list of lists "compatible in length" ; with , and is a list of zero or more positive integers. ; Thus, arrays carry type and dimension information around with them ; for fast array bounds checking. ; Array Creation (see Steele, Section 17.1): ; (MAKE-ARRAY {