[Ecls-list] use-package iterate
necto
necto.not at gmail.com
Wed Feb 22 08:56:42 UTC 2012
Hello, everyone.
I can easily use iterate (http://common-lisp.net/project/iterate/) under
sbcl.
But on ecl, it becomes a problem.
1 (require 'asdf)
2 (push "iterate/" asdf:*central-registry*)
3 (asdf:operate 'asdf:load-op :iterate)
Iterate system is loaded successefully, and after typing (in-package
:iterate) it allows such constrcutions as
(iter (for i from 0 to 10) (print i))
But (use-package :iterate) reveals many symbol conflicts (such symbols as
collect declare-variables, for, and many others)
How can I use this package in ecl?
P. S. I've tried to import only several symbols as iter, for, from, to, but
it didn't work.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20120222/099ef29a/attachment.html>
More information about the ecl-devel
mailing list