This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-18
Channels
- # architecture (33)
- # asami (1)
- # aws (1)
- # babashka (19)
- # beginners (48)
- # bristol-clojurians (1)
- # calva (5)
- # cider (12)
- # cljdoc (15)
- # cljsrn (7)
- # clojure (151)
- # clojure-europe (19)
- # clojure-losangeles (1)
- # clojure-nl (2)
- # clojure-provo (4)
- # clojure-spec (9)
- # clojure-uk (21)
- # clojuredesign-podcast (28)
- # clojurescript (33)
- # core-typed (1)
- # cryogen (2)
- # css (6)
- # cursive (10)
- # data-science (1)
- # datomic (20)
- # events (3)
- # expound (72)
- # figwheel-main (5)
- # fulcro (43)
- # graalvm (6)
- # helix (1)
- # kaocha (13)
- # leiningen (2)
- # malli (1)
- # meander (93)
- # membrane (4)
- # off-topic (17)
- # pathom (6)
- # portland-or (5)
- # re-frame (25)
- # reagent (6)
- # reitit (7)
- # reveal (30)
- # shadow-cljs (25)
- # vim (2)
Here's the recording of my "Dark CIDER" talk from yesterday https://www.youtube.com/watch?v=IvTDzKVL58Y I hope you'll learn something new about CIDER from it! Enjoy! 馃檪


@bozhidar Auto-trimming was useful to know about, thank you. One thing I am not clear on. If I only evaluate in the source code buffer, does that mean the REPL buffer stays empty, i.e. no evaluation results, assuming I don't use side-effect things that print to standard out. So, if I don't evaluate in the buffer, I should not experience any slow-down due to long lines or many lines in the REPL buffer.
Unless it produces output, like in the case of the issue I experienced during my live demo. 馃檪
Holy... What is that theme? 鉂わ笍
Thank you @U11BV7MTK.
WelI have been evaluating in source code editor for the last several years without thinking about needing to clear anything, but after watching the talk by bug yesterday I just wanted to be sure I hadn't misunderstood something. I didn't want to tell people to avoid the issue of slowing down Emacs by just using the source code buffers without checking assumption.
I almost never have the REPL buffer open