Fork me on GitHub
#boot-dev
<
2018-01-11
>
martinklepsch23:01:45

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

martinklepsch23:01:18

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

martinklepsch23:01:12

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

martinklepsch08:01:44

It also fails quickly once you try to create a pod

richiardiandrea23:01:03

I use that trick very often with lumo

richiardiandrea23:01:34

or boot with-cp 😉

richiardiandrea23:01:14

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

martinklepsch08:01:44

It also fails quickly once you try to create a pod