On 21.02.2009, at 18:25, Frantisek Sodomka wrote: > For example, lazy-cons is still present in: > combinatorics.clj > lazy_xml/with_pull.clj > monads/examples.clj
In monads/examples, it is used inside a macro that chooses lazy-seq or lazy-cons according to which version of Clojure is running, so it doesn't do any harm. In the other two files, it seems that porting still needs to be done, but it looks straightforward to do. Konrad. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
