boot-dev

Boot development discussion and banter
richiardiandrea 2018-03-27T21:45:01.000071Z

So from the #clojurescript I had this brilliant/weird/maybe odd idea of converting https://github.com/boot-clj/boot/blob/30ba3ce69dcd8b2b3e00677a14db05c8ce49d59c/boot/base/src/main/java/boot/App.java

richiardiandrea 2018-03-27T21:45:14.000069Z

so that it can be called directly from clj

richiardiandrea 2018-03-27T21:45:54.000380Z

as in boot -m boot.main -param1 -param2

richiardiandrea 2018-03-27T21:46:21.000434Z

ClojureScript does something similar at the moment and it is definitely a nice pattern