Chouser,

I think I am missing something here, can you elaborate?

> By the way, difference is eager, so I'm not sure there's much point in
> using lazy-cat. :-)

I am using lazy-cat *because* difference is eager. Is that mistaken?  
For example, the first expression below returns immediately, and the  
second does not.

(take 1 (lazy-cat [1 2] [(Thread/sleep 10000)]))
(1)
user=> (lazy-cat [1 2] [(Thread/sleep 10000)])
(1 2 nil)

Stuart

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to