This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-03
Channels
- # aleph (5)
- # announcements (4)
- # babashka (2)
- # beginners (52)
- # calva (13)
- # cider (60)
- # clj-kondo (91)
- # cljsrn (6)
- # clojure (93)
- # clojure-brasil (2)
- # clojure-dev (37)
- # clojure-europe (5)
- # clojure-italy (7)
- # clojure-nl (8)
- # clojure-norway (1)
- # clojure-sg (1)
- # clojure-spec (115)
- # clojure-uk (31)
- # clojurescript (32)
- # cursive (35)
- # data-science (4)
- # datascript (3)
- # datomic (29)
- # emacs (8)
- # events (1)
- # figwheel (1)
- # funcool (2)
- # graalvm (2)
- # joker (12)
- # kaocha (4)
- # lein-figwheel (1)
- # leiningen (34)
- # malli (7)
- # off-topic (4)
- # overtone (1)
- # parinfer (2)
- # pathom (5)
- # quil (1)
- # re-frame (12)
- # reagent (2)
- # shadow-cljs (7)
- # spacemacs (6)
- # sql (8)
- # tools-deps (63)
- # vim (24)
Toggle pretty-printing for all evaluations. I don’t know if this came with the latest release, but it’s nice…
Occasionally, paredit stops working in the repl window. I can restore it by using "Paredit Toggle" in the command palette. Thus far I have not been able to reproduce the steps that lead to this condition, but it has happened often enough that I wonder if you have any idea what might cause this.
@vnctaing: It’s because I have CIDER as my big inspiration. Calva is short for Calvados, which is distilled from Cider.
Hi there 🙂 I've just started using Calva and first of all nice job - thanks for the effort. I have quick question regarding showing function signature, when I write a function in REPL then I see its doc string and signature, but when I write function in code editor then I see only doc string. Is there a way to also show signature?