sbcl-iterate 1.5.3
Iteration construct for Common Lisp
iterate
is an iteration construct for Common Lisp. It is similar to the CL:LOOP
macro, with these distinguishing marks:
it is extensible,
it helps editors like Emacs indent iterate forms by having a more lisp-like syntax, and
it isn't part of the ANSI standard for Common Lisp.
- Website: https://common-lisp.net/project/iterate/
- Licenses: Expat
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install sbcl-iterate 1.5.3
as follows:
guix install sbcl-iterate@1.5.3
Or install the latest version:
guix install sbcl-iterate
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.