Regalia: An implementation of Common Lisp arrays

Description

This library provides implementations for classes and functions in the Arrays dictionary of the Common Lisp standard. For intrinsic use, client code must supply accessors for the elements of each specialized array type.

This library is nearly complete.

Requirements

This library does not depend on any other system, but it represents arrays as instances of standard classes with generic accessors, so CLOS is required.

Maintainers

Currently maintained by Robert Strandh.

Possible improvements

Provide documentation strings for remaining functions. Add a test suite, probably from the ANSI-test suite.


robert.strandh@gmail.com