Re: ANN: data.fressian, read and write Fressian from Clojure

2014-01-03 Thread Henrik Eneroth
Thanks for this! I watched your talk about this on the conj, and this is really cool stuff. Are there any plans for a ClojureScript version of Fressian? On Thursday, November 14, 2013 5:51:41 PM UTC+1, stuart@gmail.com wrote: > > data.fressian [1] is a Clojure-language wrapper for the refer

ANN: data.fressian, read and write Fressian from Clojure

2013-11-16 Thread Alex Miller
The ci build is setup and the 0.2.0-SNAPSHOT release is available. The API docs are also now online. Alex -- -- 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 Note that posts from new memb

ANN: data.fressian, read and write Fressian from Clojure

2013-11-14 Thread Stuart Halloway
data.fressian [1] is a Clojure-language wrapper for the reference implementation [2] of Fressian. I am still setting up CI, maven release, etc. but wanted to get the source up so that interested parties can peruse and contribute. The wiki at [2] is currently the best source of documentation. Che