[ 源代码: cl-containers ]
软件包:cl-containers(20170403-1.1)
cl-containers 的相关链接
Debian 的资源:
下载源码包 cl-containers:
- [cl-containers_20170403-1.1.dsc]
- [cl-containers_20170403.orig.tar.gz]
- [cl-containers_20170403-1.1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [common-lisp.net]
相似软件包:
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.
其他与 cl-containers 有关的软件包
|
|
|
|
-
- dep: cl-metatilities-base
- Common Lisp set of utilities from Metabang