This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-25
Channels
- # announcements (5)
- # babashka (23)
- # beginners (70)
- # cider (24)
- # clj-kondo (14)
- # cljsrn (2)
- # clojars (6)
- # clojure (195)
- # clojure-australia (1)
- # clojure-dev (2)
- # clojure-europe (27)
- # clojure-france (1)
- # clojure-nl (4)
- # clojure-norway (2)
- # clojure-spec (2)
- # clojure-uk (12)
- # clojurescript (3)
- # clojurewerkz (1)
- # core-async (21)
- # cursive (9)
- # datomic (37)
- # duct (3)
- # emacs (16)
- # events (4)
- # fulcro (34)
- # graalvm (12)
- # javascript (3)
- # jobs (4)
- # malli (1)
- # meander (3)
- # nrepl (1)
- # off-topic (27)
- # pathom (16)
- # re-frame (17)
- # reagent (19)
- # rewrite-clj (18)
- # sci (47)
- # shadow-cljs (179)
- # spacemacs (18)
- # sql (52)
- # tools-deps (80)
- # vim (27)
- # vrac (1)
- # xtdb (9)
I come from Cursive because it made my life too simple and I love challenges.
If you like challenges then you probably won't want to read my book on using Emacs with Clojure. It will only make things easier, especially if you use Spacemacs https://practicalli.github.io/spacemacs/
I was being sarcastic. I started to read your tutorials already. Thank you for writing them.
I was being cheeky 😁
Does anyone know the https://github.com/abo-abo/lispy command to turn
(comment (foo bar)
(xxx yyy))
into:
(foo bar)
(comment (xxx yyy))
Hey folks! Excuse the beginner here. 🙂 Any doom emacs users here? For the life of me I can't figure out how to choose a previous command in the Cider repl, previously this used to be ctrl-k (spacemacs) for me. Any ideas?
Ah it was was ctrl-up
. I should read the docs. 🙂 https://docs.cider.mx/cider/repl/keybindings.html