|
|
|
|
|
by Jtsummers
403 days ago
|
|
ITERATE still breaks when you use `count` inside it, the built-in CL function. If they ever address that problem I'll get back to use it but having a time bomb in my programs isn't something I like. Trivial example of breakage: (iter (for i from 1 to 10)
(print (count i some-sequence)))
|
|
Or is the documentation wrong?