[ 原始碼: cl-iterate ]
套件: cl-iterate (20210519.gitb0f9a9c-1)
cl-iterate 的相關超連結
Trisquel 的資源:
下載原始碼套件 cl-iterate:
- [cl-iterate_20210519.gitb0f9a9c-1.dsc]
- [cl-iterate_20210519.gitb0f9a9c.orig.tar.xz]
- [cl-iterate_20210519.gitb0f9a9c-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Common Lisp Team (郵件存檔)
- Sébastien Villemot
外部的資源:
- 主頁 [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).