Replumb 0.2.0 not only provides a couple of long-standing fixes but also brings to life quite a useful new namespace - replumb.ast. The goal this time is to ease the burden, as the README states, of dealing with the huge bag of compiler state data. Let's see how.
This blog post unveils the magic and the gotchas behind require, the omnipresent Clojure(Script) function that loads your symbols in the current namespace.
Ever wondered if you can embed ClojureScript in a GitHub blog? Of course you can: at the end of the day, ClojureScript just transpiles to plain old JavaScript that can be included in any web page.