Pakket: cl-containers (20170403-1)
Verwijzigingen voor cl-containers
Trisquel bronnen:
Het bronpakket cl-containers downloaden:
- [cl-containers_20170403-1.dsc]
- [cl-containers_20170403.orig.tar.gz]
- [cl-containers_20170403-1.debian.tar.xz]
Beheerder:
Original Maintainer:
- Dimitri Fontaine
Externe bronnen:
- Homepage [common-lisp.net]
Vergelijkbare pakketten:
Common Lisp containers data structures
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.
Andere aan cl-containers gerelateerde pakketten
|
|
|
-
- dep: cl-metatilities-base
- Common Lisp set of utilities from Metabang