This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-05-24
Channels
- # announcements (2)
- # babashka (31)
- # beginners (608)
- # cider (60)
- # clj-kondo (22)
- # cljsrn (28)
- # clojure (14)
- # clojure-europe (5)
- # clojure-nl (3)
- # clojure-spec (1)
- # clojure-uk (19)
- # clojurescript (38)
- # conjure (20)
- # cursive (9)
- # data-science (26)
- # datascript (4)
- # datomic (19)
- # duct (4)
- # emacs (8)
- # figwheel-main (5)
- # fulcro (7)
- # helix (15)
- # leiningen (12)
- # malli (2)
- # off-topic (20)
- # overtone (3)
- # pathom (14)
- # pedestal (10)
- # re-frame (2)
- # reitit (13)
- # ring (13)
- # shadow-cljs (18)
- # spacemacs (8)
@jayzawrotny I think 20gb is the absolute limit for windows 7 64 bit
I found this which is a bit closer to 10 GB https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
I'll be getting a Windows box next week. I haven't used Windows in nearly 10 years. I'm excited because I'm genuinely impressed by the results of Microsoft's hyper-aggressive targeting of developers. As a Clojure user, any super-important things I should know that could save a few headaches? Or is it pretty much straightforward, read the docs and you're good to go? I've only used Linux for the past decade.
I haven't used WSL on Windows myself, but some other Clojure devs do, and I have heard that Clojure on Linux or WSL can be a smoother experience than Clojure on Windows not using WSL
That is definitely true. Windows is somewhat of a red-headed stepchild as far as Clojure is concerned. But I do a lot of my OSS project work on Windows these days, with Atom, Chlorine, and REBL as my main dev setup.
@porkostomus You'll definitely want to install/setup WSL2 so you have Linux available alongside Windows. But it will have no UI, so you'll also want to get used to Powershell for starting up any Clojure/Java processes with a UI.
Scoop is a good package manager for Windows, and that's an easy way to install the Clojure CLI, Babashka, and a bunch of Clojure stuff...
@porkostomus What editor setup have you been using on Linux?
I use nearly all of them from time to time, but VSCode/Calva is my current favorite

Oh, then that will be an easy transition since it should be mostly identical in experience.
(some hotkeys may differ)
Yeah... that's what I mean aout Microsoft getting me hooked... their tooling is just too nice