Re: [ANN] Clojure 1.10.2-alpha1

2020-03-13 Thread Duke Normandin
Okay- Got it! Thx. Sent from my iPhone > On Mar 13, 2020, at 12:58 PM, 'Alex Miller' via Clojure > wrote: > >  > Generally, you don't explicitly download it at all - you should just change > your dependency in your project.clj to use > > [org.clojure/clojure "1.10.2-alpha1"] > > and the

Re: [ANN] Clojure 1.10.2-alpha1

2020-03-13 Thread 'Alex Miller' via Clojure
Generally, you don't explicitly download it at all - you should just change your dependency in your project.clj to use [org.clojure/clojure "1.10.2-alpha1"] and then leiningen will download it for you into your local Maven repository (usually in ~/.m2/repository). On Friday, March 13, 2020

Re: [ANN] Clojure 1.10.2-alpha1

2020-03-13 Thread Duke
Thanks for the heads up! Need some advice though - if I may. Being a clojure/lein newbie, I'm not sure how to tell Lein that I've just DLed the latest, bleeding-edge version of clojure. And while I'm at it, to what directory on my Win10 box should I have DLed 1.10.2-alpha1 to? Thanks in adv