This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-19
Channels
- # ai (3)
- # aws (1)
- # beginners (94)
- # boot (26)
- # cider (3)
- # cljs-dev (99)
- # cljsrn (86)
- # clojure (263)
- # clojure-dusseldorf (4)
- # clojure-greece (22)
- # clojure-italy (2)
- # clojure-quebec (1)
- # clojure-russia (12)
- # clojure-spec (71)
- # clojure-uk (123)
- # clojurescript (92)
- # core-async (4)
- # cursive (13)
- # data-science (2)
- # datomic (123)
- # docker (2)
- # emacs (15)
- # events (1)
- # graphql (2)
- # hoplon (71)
- # jobs-discuss (7)
- # lumo (5)
- # off-topic (12)
- # om (6)
- # onyx (97)
- # other-languages (4)
- # overtone (2)
- # pedestal (1)
- # re-frame (20)
- # reagent (33)
- # remote-jobs (1)
- # ring-swagger (1)
- # rum (5)
- # slack-help (6)
- # uncomplicate (1)
- # unrepl (33)
- # untangled (48)
- # vim (23)
- # yada (21)
refactor-nrep in profile.clj is still a deal breaker for me because of https://github.com/clojure-emacs/cider/issues/1717
I've just finished installing acid and a few other plugins, but how do I activate them and start coding in clojure? When I open a new file all I get is normal mode
Before that I was mainly using vim for smaller projects, but didn't write Clojure. And IntelliJ for Java.
Interesting. How'd it go with Spacemacs? I've picked it up before, but never really given it serious consideration.
Spacemacs is really cool. The GUI version looks really smooth and the ability to view images in an editor was foreign to me since I was so used to vim in the terminal and being able to manipulate Emacs with elisp is really a joy compared to vimscript for a Clojure dev. That being said the GUI was messing up my buffers and I couldn't figure out what the problem was, so I switched to the terminal version and everything was much smoother again. In the terminal I experienced a couple of random segfaults and I had some issues with configuring my editor, because I wanted it to be more and more like Vim and I thought... Why not just switch to Neovim 😛, I see that folks are working on the ability to hack Vim with Clojure and it got me really excited to pick it up again.
In case you hadn't seen it here's a recent post on the state of things https://juxt.pro/blog/posts/vim-1.html
@jebberjeb I was getting too frustrated on windows so I'm setting up vim on linux now
@vitruvia I haven't tried running vim on windows or mac for a while, so I couldn't speak to it. But I will say I started doing all dev in a virtualbox (ubuntu) a couple years back and it's one of the best decisions I've ever made.