com.clearly-useful.iterator-protocol

revised BSD

A simple iterator protocol for Common Lisp.

$ area51 add com.clearly-useful.iterator-protocolCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(com.clearly-useful.iterator-protocol:some-function ...)