[iterate-devel] use within a package
Chris Dean
ctdean at sokitomi.com
Sat Feb 17 06:09:53 UTC 2007
"Patrick X" <dabittweiler at gmail.com> writes:
> I just installed iterate and I'd like to use it in a package i'm making,
> how can I include the iterate package within a program I'm writing
> with a defpackage.
Assuming that iterate is already loaded:
(in-package :cl-user)
(defpackage :my-package
(:use :cl :iterate))
See
http://www.gigamonkeys.com/book/programming-in-the-large-packages-and-symbols.html
Cheers,
Chris Dean
More information about the iterate-devel
mailing list