This is my third Clojure year-in-review post. In 2011 I was excited about Clojure 1.3, ClojureScript, and the second Clojure/conj. By 2012 I was blown away by four Clojure conferences, two O’Reilly books, reducers, Datomic, Immutant, and a partridge in a pear tree.
For 2013, where do I even start? So much has happened this year I can’t even begin to keep track of it all. What follows is my incomplete, highly-biased summary of the significant news for Clojure in 2013.
Growth and the Industry
Maybe I should start right here at my home base, Relevance, which, after years of close collaboration, finally tied the knot with Rich Hickey and Datomic to become Cognitect.
This merger opens up new possibilites with the introduction of enterprise-grade 24/7 support for Clojure, ClojureScript, Datomic, and the rest of the Clojure “stack.” Plenty of big businesses have been waiting for just this kind of safety guarantee before they jump into the Clojure open-source ecosystem, so this means we should be seeing Clojure in more, and bigger, places in 2014. Hear more on the transition episode of the Relevance Podcast, renamed the Cognicast.
In other industry / mindshare news:
-
Staples acquired Runa, an early adopter of Clojure, where they will continue to leverage Clojure for customized offers and other retail services.
-
The Clojure mailing list has over 8500 members.
-
In Chas Emerick’s 2013 State of Clojure survey, over half of respondents said they were using Clojure at work, a jump from last year. Alex Miller dug through the free-form responses to identify trends in desired features and perceived problem areas.
-
A batch of new Clojure books came out, notably the first O’Reilly Clojure Cookbook, written collaboratively by the community and edited by my colleagues Luke VanderHart and Ryan Neufeld.
-
Those looking to learn Clojure also got some new free resources: Clojure for the Brave and True by Daniel Higginbotham and Clojure from the Ground Up by Kyle Kingsbury.
-
More conferences: Clojure/West and Clojure/conj and the second EuroClojure. Not to mention Clojure being a big part of the functional programming discussion at YOW! Lambda Jam in Australia, Lambda Jam in Chicago, and the venerable Strange Loop. You can catch videos on ClojureTV on YouTube, InfoQ Clojure presentations, and other channels.
-
Inspired by efforts to teach programming to beginners, some friends founded ClojureBridge. A first workshop is scheduled for spring of 2014, and volunteers are developing curriculum and documentation.
-
Two programming contests, Clojure Cup and Lisp in Summer Projects, showed off programming talent from around the world
Language & Contributed Libraries
-
Clojure 1.5 was released, bringing reducers, improved reader literals, new form-threading macros, and the new EDN reader. See the Clojure change log for details.
-
Clojure 1.6 alphas emerged with a new public API for calling Clojure from Java.
-
The core.async library alphas burst onto the scene, further extending the great support for concurrency and asynchronous programming in Clojure and ClojureScript.
-
ClojureScript grew rapidly, adding source maps for debugging in a browser plus tons of performance enhancements. David Nolen’s blog showcases some of the possibilities of ClojureScript with core.async. There’s also a dedicated ClojureScript Google Group now.
-
Stuart Halloway announced the public release of data.fressian, the efficient binary encoding of Clojure data structures used by Datomic. See his data.fressian talk from Clojure/conj.
-
A successful fund-raising campaign helped Ambrose Bonnaire-Sergeant bring Typed Clojure from an academic thesis to production-ready code.
-
That same campaign plus additional funding from Cognitect helped Nicola Mometto release new libraries based on his experimental Clojure-in-Clojure port: tools.analyzer, tools.analyzer.jvm, tools.emitter.jvm, and tools.reader.
-
Contributors closed 562 tickets on the Clojure.org JIRA (not counting duplicates or declined tickets) including 68 on the core language.
-
The contrib libraries tools.cli, java.jdbc, and math.combinatorics got significant new releases.
Software & Tools
-
The Datomic team released Simulant for simulation testing of large distributed systems. See Stuart Halloway’s Simulant presentation on InfoQ.
-
Relevance/Cognitect released Pedestal, a client-server web toolkit to showcase the possibilities of Clojure on the server and ClojureScript in the browser.
-
nrepl.el became CIDER, the Clojure IDE and REPL for Emacs.
-
Chas Emerick’s Austin made ClojureScript REPLs easier to use.
-
New IDEs dedicated to Clojure appeared: Nightcode and Cursive for IntelliJ.
-
Prismatic released their Plumbing / Graph library as well as Schema for run-time type validation.
-
Immutant, a Clojure application server based on JBoss, made its 1.0 release.
-
Mark Engleberg released Instaparse, a parser generator that understands standard EBNF/ABNF notation.
-
I blogged about My Clojure Workflow, Reloaded, spawning dozens of experimental frameworks for doing dependency injection and modular programming in Clojure, including my own Component.
Blogs and ‘Casts
Tons more interesting stuff happened in 2013. I couldn’t even begin to capture it all in one place. Here are some other good places to look for interesting Clojure news:
-
Relevance Podcast, renamed the Cognicast
-
Mostly Lazy podcast
-
Planet Clojure blog aggregator
Here’s to a great 2014!
2013
ViaSat buys LonoCloud, a cloud platform startup heavily invested in Clojure/ClojureScript/Datomic.
http://www.viasat.com/news/viasat-acquires-lonocloud
Thanks, Paul. I meant to include that item but forgot amidst everything else.
On the vim side of the aisle, vim-foreplay also became vim-fireplace, vim’s answer to CIDER
[…] Clojure 2013 Year in Review […]
I second the vim-plugin (and it’s called vim-fireplace).