clojure-clojurescript-buck
clojure-clojurescript-buck copied to clipboard
Set of macroses for Buck build system that allows building Clojure and ClojureScript
Now if we change project file it will trigger rebuild of all the targets which depends on it. It shouldn't happen and project file is needed only for running tests.
It's easy to notice that for CLJC we have test runners that basically is a copy of CLJ and CLJS test runners merged together. Such duplication is not good. Another...
Due to the fact that we are using [Planck](https://github.com/mfikes/planck#planck-20-alpha) under the hood only MacOS is supported for now. There is a work in progress of writing [Planck 2.0 using C](https://github.com/mfikes/planck/tree/master/planck-c)...