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

2017-01-03 Thread Gregory Look
and cons of CBOR compared to > Fressian <https://github.com/Datomic/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 <https://github.com/greglook/clj-cbor>

[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

[ANN] lein-monolith

2016-07-08 Thread Gregory Look
Hi all! I'd like to announce the public availability of a build tool we've been using at Amperity to work with multiple Leiningen projects inside a single repository. There have been many presentations about monorepos by companies like Facebook and Google, but to date the tools for working with