This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-27
Channels
- # beginners (91)
- # cider (1)
- # cljsjs (29)
- # cljsrn (8)
- # clojure (51)
- # clojure-berlin (1)
- # clojure-india (1)
- # clojure-russia (26)
- # clojure-spec (15)
- # clojure-uk (1)
- # clojurebridge (1)
- # clojurescript (240)
- # code-reviews (1)
- # cursive (22)
- # datomic (3)
- # editors (6)
- # emacs (24)
- # figwheel (3)
- # lein-figwheel (57)
- # off-topic (4)
- # om (3)
- # proto-repl (7)
- # protorepl (8)
- # reagent (2)
- # rum (23)
- # slack-help (1)
- # spacemacs (2)
@jasongilman I just read your interview and now I’m even more excited to see your talk at Clojure/Conj. Proto-repl has made learning Clojure so much easier since I don’t have to learn something like emacs at the same time
@dorianc.b: Awesome! I'm excited to talk about it.
If you haven't seen Simple Made Easy or Inventing on Principle I recommend watching them. Even if you haven't seen them in a while. I rewatched both of them for my talk and Simple Made Easy is a classic. I appreciate it even more now.
Switched from Lighttable to Atom/Proto-repl and loving it so far. Only thing that I find missing is the ability to copy the results (of running an expression) - not even in the repl tab.
@siv there's an issue filed for that. You can work around it by pretty printing the result after evaluation and you can copy it.