cl-fset 1.4.0
Functional set-theoretic collections library
FSet is a functional set-theoretic collections library for Common Lisp. Functional means that all update operations return a new collection rather than modifying an existing one in place. Set-theoretic means that collections may be nested arbitrarily with no additional programmer effort; for instance, sets may contain sets, maps may be keyed by sets, etc.
- Outputs:
out
- Website: https://common-lisp.net/project/fset/Site/index.html
- Licenses: LLGPL
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install cl-fset 1.4.0
as follows:
guix install cl-fset@1.4.0
Or install the latest version:
guix install cl-fset
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.