clj-on-windows

For those interested in making clj on Windows https://dev.clojure.org/jira/browse/TDEPS-67. Also see https://github.com/littleli/scoop-clojure.
borkdude 2020-09-26T10:28:50.063200Z

Port completed: https://github.com/borkdude/deps.clj/pull/31 Can be tested by checking out the repo, branch `1.10.1.697` master and testing with:

clojure -M -m borkdude.deps <clojure CLI args>
or
./deps.clj <clojure CLI args>
(the latter requires bb) I'll merge later today.

1👀2🚀
borkdude 2020-09-26T10:30:15.063800Z

E.g:.

$ ./deps.clj -X clojure.core/prn :foo 1
{:foo 1}

borkdude 2020-09-26T12:45:52.064400Z

Merged to master now

borkdude 2020-09-26T14:55:51.065300Z

Released: https://github.com/borkdude/deps.clj/releases/tag/v0.0.10

1👀1🎉
borkdude 2020-09-26T19:04:02.066Z

@ales.najmann There was an issue with the Windows artifact. That's been fixed now

1👀
littleli 2020-09-26T19:30:09.068900Z

It's re-released. I hope no one installed the wrong version 🙂 🙏 I don't think scoop likes this.

borkdude 2020-09-26T19:30:46.069300Z

they can always scoop remove it and then install again, helps with brew too ;)

borkdude 2020-09-26T19:30:48.069500Z

thanks!

littleli 2020-09-26T19:31:38.070400Z

haha, yes, that's true. I don't think there is going to be a problem.

borkdude 2020-09-26T19:31:45.070600Z

I installed clojure and bb today using scoop, it worked flawlessly

littleli 2020-09-26T19:32:04.071Z

I hope so! It was the goal 🙂