> *From:* clo...@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
--
> *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 >
"
-- Margaret 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...@cor
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 q
[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 cider
> 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
x27;re not really alive."
> -- 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
nneth
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
having trouble getting restarted.
I have
macOS High Sierra Version 10.13.6
java version 1.
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 did
$ brew upgrade leiningen
(it confirms that I have leiningen 2.9.1 already installed)
and
$ brew install cl