[ bianca ]
[ 源代码: cl-iterate ]
软件包:cl-iterate(20231229.git26cf129-2)
cl-iterate 的相关链接
下载源码包 cl-iterate:
- [cl-iterate_20231229.git26cf129-2.debian.tar.xz]
- [cl-iterate_20231229.git26cf129-2.dsc]
- [cl-iterate_20231229.git26cf129.orig.tar.xz]
维护小组:
外部的资源:
- 主页 [common-lisp.net]
相似软件包:
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).