Serializable Collections ?

2010-04-27 Thread Jules
Guys, I've searched the group and cannot find an answer to this one... Why are many of the more common collection types in Clojure not Serializable : Clojure 1.1.0-new-SNAPSHOT user= (def #^java.io.ObjectOutput os (java.io.ObjectOutputStream. (java.io.FileOutputStream. /dev/null))) #'user/os

Re: Serializable Collections ?

2010-04-27 Thread Brian Hurt
On Tue, Apr 27, 2010 at 9:10 AM, Jules jules.gosn...@gmail.com wrote: Guys, I've searched the group and cannot find an answer to this one... Why are many of the more common collection types in Clojure not Serializable : I have an assemblia ticket open on this issue: