eginez / calvin

A minimalistic build tool for clojurescript projects that does not require the jvm
186 stars 9 forks source link

adding socket repl command line option #7

Closed hlolli closed 7 years ago

hlolli commented 7 years ago

not sure if this pull request makes much sense, personally I'm very dependant on the socket-repl for what I do. Maybe there is another way to start it that with what I propose here. Needed to remove :in-order true from parse-opts so that -p and -n args were added into the map. The validator is just c/p from Alex Miller's example in cljs-cli.

eginez commented 7 years ago

i didn't know lumo was supported over sockets is that a new thing?

hlolli commented 7 years ago

not sure if it's new, but I still think my pull request was bit too rushed.