Re: Noob: Getting (re)started with Clojure on OS X

2020-03-28 Thread R Aguilera
o...@googlegroups.com > on behalf of Kenneth Reid Beesley > > *Sent:* Wednesday, March 13, 2019 9:47:24 AM > *To:* Clojure > *Subject:* Noob: Getting (re)started with Clojure on OS X > > I played happily with Clojure/leiningen several years ago, on OS X, but > I'm

Re: Noob: Getting (re)started with Clojure on OS X

2019-05-02 Thread marcpiresrj
*From:* clo...@googlegroups.com > on behalf of Kenneth Beesley > > *Sent:* Wednesday, March 13, 2019 10:54:19 AM > *To:* clo...@googlegroups.com > *Subject:* Re: Noob: Getting (re)started with Clojure on OS X > > > > On 13Mar2019, at 10:19, Sean Corfield > > wrote: &

RE: Noob: Getting (re)started with Clojure on OS X

2019-03-14 Thread Sean Corfield
ret Atwood From: clojure@googlegroups.com on behalf of Kenneth Beesley Sent: Wednesday, March 13, 2019 10:54:19 AM To: clojure@googlegroups.com Subject: Re: Noob: Getting (re)started with Clojure on OS X On 13Mar2019, at 10:19, Sean Corfield mailto:s...@corfield.org>&g

Re: Noob: Getting (re)started with Clojure on OS X

2019-03-13 Thread Nathan Fisher
I would even argue against using central profiles. I think it obscures behavioural differences between machines and can impair reproducibility. Arguably better to have all deps in project where possible. On Wed, Mar 13, 2019 at 22:45, Mike Rodriguez wrote: > > [cider/cider-nrepl "0.8.2"] > > is

Re: Noob: Getting (re)started with Clojure on OS X

2019-03-13 Thread Mike Rodriguez
[cider/cider-nrepl "0.8.2"] is quite old. It looks like lein 2.9.1 (as of 2.8.2) uses a newer version of nrepl that requires cider-nrepl 0.18+ or something along those lines. In newer versions of cider, you may not need to include this plugin at all. I know that the "jack-in" commands of

Re: Noob: Getting (re)started with Clojure on OS X

2019-03-13 Thread Kenneth Beesley
> On 13Mar2019, at 10:19, Sean Corfield wrote: > > Check what’s in your ~/.lein/profiles.clj file – that’s usually the cause of > bizarre errors that people report with Leiningen. Hello Sean, Hah! I changed my ~/.lein/profiles.clj from {:user {:plugins [[cider/cider-nrepl "0.8.2"]]}} to

Re: Noob: Getting (re)started with Clojure on OS X

2019-03-13 Thread Kenneth Beesley
ive." > -- Margaret Atwood > > From: clojure@googlegroups.com <mailto:clojure@googlegroups.com> > mailto:clojure@googlegroups.com>> on behalf of > Kenneth Reid Beesley mailto:krbees...@gmail.com>> > Sent: Wednesday, March 13, 2019 9:47:24 AM > To: Cloj

RE: Noob: Getting (re)started with Clojure on OS X

2019-03-13 Thread Sean Corfield
sley Sent: Wednesday, March 13, 2019 9:47:24 AM To: Clojure Subject: Noob: Getting (re)started with Clojure on OS X I played happily with Clojure/leiningen several years ago, on OS X, but I'm having trouble getting restarted. I have macOS High Sierra Version 10.13.6 java version 1.8.0_05 and I just d