guile-lens 0.1-1.722dcf7
Composable lenses for data structures in Guile
Guile-Lens is a library implementing lenses in Guile. The library is currently a re-implementation of the lentes library for Clojure. Lenses provide composable procedures, which can be used to focus, apply functions over, or update a value in arbitrary data structures.
- Outputs: out
- Website: https://gitlab.com/a-sassmannshausen/guile-lens.git
- Licenses: GPL 3+
- Package source: gnu/packages/guile-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install guile-lens 0.1-1.722dcf7 as follows:
guix install guile-lens@0.1-1.722dcf7
Or install the latest version:
guix install guile-lens
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.