Informative article-thanks! I’ve tried both ‘cider-connect’ & ‘cider-jack-in.
Both throw the error message. I’m having to use ‘nightcode’ to get going with
my clojure test-drive.
Sent from my iPhone
> On Mar 13, 2020, at 5:50 PM, Matching Socks wrote:
>
>
> How cider-nrepl gets loaded, all
How cider-nrepl gets loaded, all depends. The manual has something to say
about it, at https://docs.cider.mx/cider/basics/up_and_running.html
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.co
WARNING: CIDER requires cider-nrepl to be fully functional. Some features
will not be available without it!
More information.
user>
GNU Emacs 26.3 (build 1, x86_64-w64-mingw32) of 2019-08-29
;; Connected to nREPL server - nrepl://localhost:51889
;; CIDER 0.24.0 (India), nREPL 0.6.0
;;
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
It would probably help to include any error information for someone to
learn more about the problem.
On Friday, March 13, 2020 at 1:54:40 PM UTC-5, Duke wrote:
>
> The emacs-cider combo chokes with an error to the effect that cider-nrepl
> could not be loaded.
> I'm on a Win10 box. Would someone
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
The emacs-cider combo chokes with an error to the effect that cider-nrepl
could not be loaded.
I'm on a Win10 box. Would someone point m to a possible solution please.
Thx.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send
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