guile-extensible-match 0.75.1
Extensible pattern-matching library
Guile-extensible-match is an implementation of SRFI-262. It provides user extensible pattern matching syntax. This implementation use a range of optimizations to generate efficient matching code.
- Outputs:
out - Website: https://codeberg.org/dpk/extensible-match
- Licenses: CC0
- Package source: gnu/packages/guile-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install guile-extensible-match 0.75.1 as follows:
guix install guile-extensible-match@0.75.1
Or install the latest version:
guix install guile-extensible-match
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.