cl-containers

Common Lisp containers data structures

Description

Common Lisp ships with a set of powerful built in data structures including the venerable list, full featured arrays, and hash-tables. CL-containers enhances and builds on these structures in two ways:

By adding containers that are not available in native Lisp (for example: binary search trees, red-black trees, sparse arrays and so on).

By providing a standard interface so that they are simpler to use and so that changing design decisions becomes significantly easier.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://common-lisp.net/project/cl-containers/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install cl-containers