>
> > user=> (= {:a 5 :b (delay 12)} {:a 5 :b 12})
> > false
> > user=> (= {:a 5 :b (tdelay 12)} {:a 5 :b 12})
> > true
>

> You shouldn't ignore your nervousness in this case:
>
> user=> (= {:a 5 :b 12} {:a 5 :b (tdelay 12)})
> false
>


Out of curiosity, why are those different?

Allen

--~--~---------~--~----~------------~-------~--~----~
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 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to