Sign up for weekly Clojure tips, software design, and a Clojure coding challenge.
Learning, Tooling, GIFs
Clojure Gazette
Issue 117 March 08, 2015
Editorial
Hi Clojuristas,
I have been fairly busy with one thing or another for the past few weeks. One of the advantages of being so busy is finally getting to go through all of the tabs I had opened but never had a chance to read. So much great stuff!
I normally like to say something profound, or at least point to evidence of Clojure's growth. But it's just growing steadily, as far as I can tell. It's kind of boring to say that, but it's a good sign.
Precursor open-sourced a library for measuring how many times an Om component is rendered. You can use this information to profile your app and find bottlenecks to optimize.
A way to automate finding short looping segments in video. I suggest generate all of them, post them to Reddit, and let the good ones bubble to the top.
A Lisp interpreter with many implementations in lots of languages. It looks really cool for teaching what's cool about Lisp (meta-circular interpreter) and writing your own Lisp.