cl-iterate
Jonathan Amsterdam's Common Lisp iterator/gatherer/accumulator facility
Description
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 (which is sometimes a
bad thing and sometimes good).
Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://common-lisp.net/project/iterate/
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install cl-iterate