Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The Common Lisp array is very similar to a list. The main advantage of using arrays is that they require only a constant amount of time to access a value at any specific location. We’ll be discussing what this means shortly.
To create a new array, use the make-array command, specifying the array’s size: