guile-srfi-197 0-0.d31b8be
Pipeline operators for Guile
This library provides a reference implementation for SRFI-197. This SRFI defines a family of chain and nest pipeline operators, which can rewrite nested expressions like (a b (c d (e f g))) as a sequence of operations: (chain g (e f _) (c d _) (a b _)).
- Outputs:
out - Website: https://srfi.schemers.org/srfi-197/
- Licenses: Expat
- Package source: gnu/packages/guile-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install guile-srfi-197 0-0.d31b8be as follows:
guix install guile-srfi-197@0-0.d31b8be
Or install the latest version:
guix install guile-srfi-197
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.