This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-06
Channels
- # announcements (2)
- # babashka (22)
- # beginners (93)
- # calva (12)
- # cider (65)
- # clj-kondo (15)
- # cljdoc (5)
- # cljs-dev (4)
- # cljsrn (4)
- # clojure (65)
- # clojure-europe (2)
- # clojure-italy (1)
- # clojure-nl (1)
- # clojure-norway (1)
- # clojure-spec (40)
- # clojure-uk (7)
- # clojurescript (12)
- # conjure (1)
- # cursive (2)
- # data-science (13)
- # datomic (1)
- # dirac (12)
- # emacs (3)
- # figwheel-main (19)
- # ghostwheel (5)
- # helix (6)
- # kaocha (1)
- # leiningen (6)
- # news-and-articles (2)
- # off-topic (17)
- # pathom (5)
- # re-frame (59)
- # reitit (17)
- # restql (1)
- # shadow-cljs (31)
- # spacemacs (5)
- # spire (3)
- # sql (35)
@pez, @borkdude, babashka + calva is a thing of beauty. I've been using it for most of the week to extricate myself from a YAML-hell. I'm having a great time with it, nicely done to all involved. This is a KILLER TOOL
Hi everyone! Clojure newbie here. I'm wondering why my define-variable
function is colored in a special way in Calva. Is it because it is some sort of special form in Clojure? (although I haven't found anything in the docs) or is it a bug in the syntax highlighter?
Generally in Clojure, things starting with def
are macros, so Calva colors it like that. I bet you'll get something similar if you disable Calva.
Please don't hesitate to keep asking. I am super interested in what new Clojurians find peculiar. I used to count myself as one, but even if I am still very much a beginner, I'm getting used to a lot of it and have lost the fresh look at things.
Thanks! I really appreciate the welcoming attitude. I'm really enjoying learning Clojure, and yes, I've found a lot of peculiar things, as the language and tooling is considerably different to the languages I've used before. But these peculiarities have been part of the fun 🙂
Haha, yeah, it is different in a fun way! For me, personally, there is no return. I'm addicted to the fast feedback. I just love it, warts and all.
one thing I wanted to ask, is there still a way to "auto" parinfer instead of the hotkey?