ecl-let-plus 0.0.0-2.455e657
Destructuring extension of let*
This library implements the let+ macro, which is a dectructuring extension of let*. It features:
Clean, consistent syntax and small implementation (less than 300 LOC, not counting tests)
Placeholder macros allow editor hints and syntax highlighting
&ignfor ignored values (in forms where that makes sense)Very easy to extend
- Outputs:
out - Website: https://github.com/sharplispers/let-plus
- Licenses: Boost 1.0
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ecl-let-plus 0.0.0-2.455e657 as follows:
guix install ecl-let-plus@0.0.0-2.455e657
Or install the latest version:
guix install ecl-let-plus
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.