boot-dev 2018-01-11

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

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

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

👍 1

It also fails quickly once you try to create a pod

I use that trick very often with lumo

I mean cli -S

or boot with-cp 😉

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