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.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/pbnzbxq6fq9p9ci8ka1haq5p295f38ak-ecl-iterate-1.5.3.drv | ||
riscv64-linux | /gnu/store/ydwh71gd4pl6dr0lvhiyg5wf4203hrl9-ecl-iterate-1.5.3.drv | ||
powerpc-linux | /gnu/store/diipn8bjbj4g95i29gkbf9yfdm9kd07y-ecl-iterate-1.5.3.drv | ||
powerpc64le-linux | /gnu/store/whhv205hm2rrgf9lbwq8iw07x833d1lk-ecl-iterate-1.5.3.drv | ||
mips64el-linux | /gnu/store/ng9z2i3aximgbnwj9zi8mmpyn6z6gxa6-ecl-iterate-1.5.3.drv | ||
i686-linux | /gnu/store/1m0518i8p0qlnm4qd17bvrl6syjgcn30-ecl-iterate-1.5.3.drv | ||
armhf-linux | /gnu/store/v42snl9907q6b1mn97gj36h96v08m85f-ecl-iterate-1.5.3.drv | ||
aarch64-linux | /gnu/store/zlq5cldn515mjnd6cpzqkf4kql0x3a07-ecl-iterate-1.5.3.drv |
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'sbcl-rt' does not match package name 'ecl-rt' |