This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-20
Channels
- # announcements (27)
- # aws (1)
- # beginners (62)
- # boot (5)
- # calva (56)
- # clj-kondo (6)
- # cljdoc (3)
- # cljsrn (4)
- # clojure (65)
- # clojure-dev (17)
- # clojure-europe (2)
- # clojure-italy (17)
- # clojure-nl (24)
- # clojure-spec (30)
- # clojure-uk (14)
- # clojurescript (35)
- # clr (7)
- # cursive (8)
- # data-science (3)
- # datascript (38)
- # datomic (15)
- # emacs (16)
- # fulcro (34)
- # hyperfiddle (1)
- # immutant (1)
- # luminus (7)
- # nrepl (1)
- # off-topic (38)
- # pedestal (2)
- # planck (10)
- # re-frame (7)
- # reagent (7)
- # reitit (9)
- # shadow-cljs (36)
- # sql (19)
- # tools-deps (11)
- # vim (64)
- # xtdb (18)
Hi, I tried to install ClojureCLR. I followed the steps from the wiki: https://github.com/clojure/clojure-clr/wiki/Getting-binaries and from the blog post which originally wrote it up: http://charsequence.blogspot.com/2015/07/running-clojureclr-17-on-mac-os-x.html This is on macOS 10.14.4 with NuGet Version: 4.7.0.5148, but I get this failure: https://gist.github.com/dotemacs/985440fd3b2ce6ac20d6a61bb0a3402f
I then tried the download from SourceForge and that worked: https://github.com/clojure/clojure-clr/wiki/Getting-binaries#sourceforge Which leads me to: what is the recommended way to install and run ClojureCLR ? Thanks