Language

Package: ecl-charje.loop @ 0.0.0

Synopsis

Loop abstraction for Common Lisp that is consistent for different kinds of data

Description

Loop is a joy to use and has a consistent interface unlike other looping abstractions and ANSI list operations. You can define your own iterators and aggregators that integrate tightly into other operations. All operations are non-consing when possible.

Home page
https://git.sr.ht/~charje/loop
Location
gnu/packages/lisp-xyz.scm (line: 3165, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'sbcl-parse-declarations' does not match package name 'ecl-parse-declarations'
input-labels

Identify input labels that do not match package names

label 'sbcl-binding-arrows' does not match package name 'ecl-binding-arrows'
input-labels

Identify input labels that do not match package names

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