[iterate-devel] use within a package
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. -- ================================= knot in cables caused data stream to become twisted and kinked. http://groups.google.com/group/lispstl http://www.cwelug.org/ Patrick Pippen
"Patrick X" <dabittweiler@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-symbol... Cheers, Chris Dean
participants (2)
-
Chris Dean
-
Patrick X