Re: [ANN] clj-cbor - Concise Binary Object Representation

2017-01-17 Thread 'Dirk Kutscher' via Clojure
Great -- I was looking for that! Dirk On Thursday, December 29, 2016 at 5:34:36 AM UTC+1, Gregory Look wrote: > > mvxcvi/clj-cbor is a native > Clojure implementation of the Concise Binary Object Representation > format specified in RFC 7

Re: [ANN] clj-cbor - Concise Binary Object Representation

2017-01-03 Thread Gregory Look
A lot of the design goals are similar between CBOR and Fressian - namely, providing a compact but extensible binary serialization format. Fressian is a bit more Clojure-specific, given that it has things like sets, keywords, and symbols as first-class data types. Fressian is also concerned with pe

Re: [ANN] clj-cbor - Concise Binary Object Representation

2017-01-02 Thread John Schmidt
Looks neat! What would you say are the pros and cons of CBOR compared to Fressian , which seems to have similar goals? On Thursday, December 29, 2016 at 5:34:36 AM UTC+1, Gregory Look wrote: > > mvxcvi/clj-cbor is a nati

[ANN] clj-cbor - Concise Binary Object Representation

2016-12-28 Thread Gregory Look
mvxcvi/clj-cbor is a native Clojure implementation of the Concise Binary Object Representation format specified in RFC 7049 . CBOR is a binary encoding with the goal of small code size, compact messa