[ 原始碼: cl-iterate ]
套件:cl-iterate(20231229.git26cf129-2)
cl-iterate 的相關連結
Debian 的資源:
下載原始碼套件 cl-iterate:
- [cl-iterate_20231229.git26cf129-2.dsc]
- [cl-iterate_20231229.git26cf129.orig.tar.xz]
- [cl-iterate_20231229.git26cf129-2.debian.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).