This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-03-31
Channels
- # announcements (3)
- # babashka (75)
- # beginners (16)
- # calva (124)
- # cider (10)
- # clara (2)
- # clj-kondo (1)
- # cljdoc (4)
- # cljs-dev (14)
- # clojure (104)
- # clojure-australia (4)
- # clojure-czech (5)
- # clojure-europe (14)
- # clojure-germany (48)
- # clojure-nl (4)
- # clojure-serbia (4)
- # clojure-uk (34)
- # clojurescript (60)
- # community-development (16)
- # conjure (12)
- # core-async (34)
- # cursive (42)
- # data-science (7)
- # deps-new (9)
- # depstar (1)
- # emacs (11)
- # events (2)
- # fulcro (15)
- # graalvm (1)
- # inf-clojure (1)
- # jobs (3)
- # jobs-discuss (1)
- # joker (7)
- # juxt (8)
- # lsp (20)
- # malli (42)
- # meander (4)
- # off-topic (5)
- # pathom (2)
- # polylith (13)
- # re-frame (39)
- # reagent (9)
- # reitit (31)
- # releases (2)
- # rewrite-clj (23)
- # shadow-cljs (39)
- # spacemacs (11)
- # specter (6)
- # tools-deps (8)
- # xtdb (12)
@seancorfield I've typed the code in and pasted it in from your code here and get the same thing - or you mean the quoting thing might be some issue with the quote marks or characters when entering the command in Windows?
Windows has weird quoting rules -- different to Linux/macOS -- and cmd.exe and Powershell are different from each other, making it worse.
The command I showed you works perfectly -- on Linux/macOS.
Yeah I've been meaning to give the WSL2 thing a go for a while, looking more and more likely now that I will, seems it will make things much easier and in the end in the real world when deploying stuff it is mostly going to be running on Linux anyway
You can try asking in #clj-on-windows to see if anyone there can help with quoting but, frankly, I gave up trying to run Clojure stuff on Powershell pretty quickly.
So macOS is quite good for Clojure dev? I'm kind of interested in the new M1 macs because the chip's really impressive
I've been a Mac user since the early '90s but I've been switching over to Windows these last few years -- WSL has made that possible.
(I also switched to my first Android phone last year after many iPhones over the years!)
OK so WSL2 should be fine then, thanks Sean 🙂