boot-dev

Boot development discussion and banter
martinklepsch 2018-01-11T23:04:45.000040Z

Thought experiment: What would Boot look like if there was no boot binary and instead it would only be a set of Clojure libraries?

martinklepsch 2018-01-11T23:07:18.000316Z

Would the entire classpath trickery even be possible without Boot.java etc?

martinklepsch 2018-01-11T23:15:12.000195Z

FWIW: this works java -cp (clj -Spath) boot.App repl

👍 1
richiardiandrea 2018-01-11T23:36:03.000097Z

I use that trick very often with lumo

richiardiandrea 2018-01-11T23:36:16.000269Z

I mean cli -S

richiardiandrea 2018-01-11T23:36:34.000115Z

or boot with-cp 😉

richiardiandrea 2018-01-11T23:37:14.000310Z

@martinklepsch have you seen my two PRs that are ready for merging now? I fixed both parent and optarg parsing