guile-srfi-197
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 _)).
- Versions: 0-0.d31b8be
- 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 the latest version of guile-srfi-197 as follows:
guix install guile-srfi-197
Or install a particular version:
guix install guile-srfi-197@0-0.d31b8be
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.
Badge code
You can use the following badge to inform users of guile-srfi-197 about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/guile-srfi-197'><img src='https://packages.guix.gnu.org/packages/guile-srfi-197/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/guile-srfi-197)
Example Org:
[[https://packages.guix.gnu.org/packages/guile-srfi-197][https://packages.guix.gnu.org/packages/guile-srfi-197/badges/latest-version.svg]]