Re: Clojure/Script pr-str/read-string roundtrip differences

2013-05-10 Thread Brian Jenkins
Doh! I was running 0.0-1586 instead of 0.0-1798 Brian On Monday, January 7, 2013 1:13:30 AM UTC+1, Thomas Heller wrote: > > Hey, > > I'm writing a Clojure Webapp with a CLJS Frontend and expected to be able > to cljs.reader/read-string everything I pr-str'd on the CLJ side. That > however does

Re: Clojure/Script pr-str/read-string roundtrip differences

2013-05-09 Thread Brian Jenkins
Hi, Thomas. I also found this frustrating. Here's a work-around I came up with: ;; assuming (defrecord Design [id name]) in namespace tektite.model.design (cljs.reader/register-tag-parser! "tektite.model.design.Design" tektite.model.design/map->Design) (extend-protocol IPrintWithWriter t