consider using repl from boot cljs repl ? or figwheel repl ? pros fig side: - figwheel repl will bring the ability of node.js seamlessly with `(figwheeel.client/start!)` and pros cljs repl side: - use with [weasel](https://github.com/tomjakubowski/weasel) and [piggieback](https://github.com/cemerick/piggieback) to implement our own weasel eval see [mauricioszabo](https://mauricioszabo.wordpress.com/2017/02/15/atom-packages-with-clojurescript/)