This package browser is in early development. Mind the rough edges.

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.

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.