cl-itertools

MIT

itertools Python lib ported to CL

$ area51 add cl-itertoolsCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-itertools:some-function ...)