[ANN] New Clojure story pages on clojure.org

2017-04-05 Thread Alex Miller
I wanted to let people to know that we've been updating the clojure.org site to add some deeper descriptions of companies using and succeeding with Clojure: https://clojure.org/community/success_stories is a port of the success stories that were previously hosted on the Cognitect web site: ht

ANN: Orchestra, complete instrumentation for clojure.spec

2017-04-05 Thread Jeaye
Folks, tl;dr -- https://github.com/jeaye/orchestra I'd like to announce the release of Orchestra, which tackles an opinionated issue of clojure.spec's instrumentation not checking :ret and :fn specs. For those who side against the decision to elide those checks, I encourage you to drop Orchest

Parsing and querying binary .fit files in Clojure

2017-04-05 Thread Jan Herich
As an active cyclist, I always wanted to do power-data analysis in my favourite language, so I finally put together this little tool: https://github.com/janherich/fit-to-edn. I hope it will be useful for someone else as well, what it does & how to use it is pretty well documented in the readme

Re: ANN: Orchestra, complete instrumentation for clojure.spec

2017-04-05 Thread Alan Thompson
Sounds nice! Will definitely be looking into this. Alan On Wed, Apr 5, 2017 at 11:21 AM, Jeaye wrote: > Folks, > > tl;dr -- https://github.com/jeaye/orchestra > > I'd like to announce the release of Orchestra, which tackles an > opinionated issue of clojure.spec's instrumentation not checking :r