Pakket: cl-iterate (20160825-1)
Verwijzigingen voor cl-iterate
Trisquel bronnen:
Het bronpakket cl-iterate downloaden:
Beheerder:
Original Maintainer:
- Dimitri Fontaine
Externe bronnen:
- Homepage [common-lisp.net]
Vergelijkbare pakketten:
Jonathan Amsterdam's Common Lisp iterator/gatherer/accumulator facility
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).