This package browser is in early development. Mind the rough edges.

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

  • &ign for ignored values (in forms where that makes sense)

  • Very easy to extend

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.