Salmagundi: Hash tables

Description

This library provides an implementation of the classes and functions in the Hash Tables dictionary of the Common Lisp standard. It provides several possible implementations, on of which is a simple list which is very portable.

Requirements

This library does not depend on any other systems, but it uses standard classes and generic functions, so CLOS is required.

Maintainers

Currently maintained by Tarn W. Burton.

Possible improvements

Documentation strings should be include for all external classes and all external functions. Compiler macros could be added for functions with optional or keyword parameters.


robert.strandh@gmail.com