It's great to see clojure in the wild. I have to cringe a little at the use of a bunch of atoms like this:<p><pre><code> https://github.com/clojurecademy/clojurecademy/blob/master/src/cljs/clojurecademy/course.cljs#L37
</code></pre>
Also, seeing a whole lot of calls to set-event-handler really rubs me the wrong way.<p>To the author, are you willing to let someone move this to more cljs (i.e. a big state atom with dispatches and subscriptions)?