Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs. - viebel/klipse
A small number of changes to Om Next makes it possible to use it from self-hosted ClojureScript environments. Read on!
I have dreamed about being able to compile a ClojureScript project without installing Java ever since coming to know that [ClojureScript can compile itself](http://swannodette.github.io/2015/07/29/clojurescript-17). While projects like [Planck](https://github.com/mfikes/planck) and [Lumo](2016/11/the-fastest-clojure-repl-in-the-world) can either run arbitrary ClojureScript forms at the REPL or run ClojureScript scripts, none have actually supported flat out compiling an entire ClojureScript project. Until now.