Language

Package: ecl-iterate @ 1.5.3

Synopsis

Iteration construct for Common Lisp

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.

Home page
https://common-lisp.net/project/iterate/
Location
gnu/packages/lisp-xyz.scm (line: 18673, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'sbcl-rt' does not match package name 'ecl-rt'