This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-03-02
Channels
- # aleph (2)
- # announcements (3)
- # babashka (12)
- # beginners (55)
- # calva (11)
- # clj-http (12)
- # cljs-dev (41)
- # cljtogether (2)
- # clojure (51)
- # clojure-denmark (2)
- # clojure-europe (32)
- # clojure-nl (17)
- # clojure-norway (2)
- # clojure-switzerland (1)
- # clojure-uk (3)
- # clojurescript (34)
- # cursive (20)
- # data-science (3)
- # datahike (23)
- # datomic (3)
- # events (1)
- # fulcro (1)
- # honeysql (4)
- # inf-clojure (2)
- # interop (38)
- # java (3)
- # kaocha (8)
- # lsp (51)
- # luminus (2)
- # malli (2)
- # nextjournal (5)
- # off-topic (21)
- # pedestal (2)
- # polylith (12)
- # re-frame (4)
- # reagent (8)
- # reitit (4)
- # releases (1)
- # ring (4)
- # shadow-cljs (179)
- # spacemacs (2)
- # specter (1)
- # xtdb (13)
Morning! If someone has some time to pair code with me today on the Calva structural editor, that would be awesome. 😃 (DISCLAIMER: Data mutation de-lux)
That would be wonderful, it just doesn't suit me today 😭
It was with very short notice. On a whim. But we can try make it happen some day soon!
sure has... that tree survived the storms last week, but yesterday's rain must have been the final straw 🐪
I think there are a lot of trees like that atm. It won't take a big storm to knock them over as they are already on a shoogly peg
Good morning!
https://dev.to/smpnjn/future-javascript-records-and-tuples-14fk starting to look like Clojure?
Sounds good! Also because of the literals. I recently went back to do some vanilla js and was mildly shocked that there’s no map literal.
(also culture shocked due to other things, mind you 🙂 )
@U0AQ3HP9U There are object literals, right?
@U0ETXRFEW yes, {'k1': 'v1', 'k2': 'v2'}
is an object (and not a map, as I initially thought 😅)
Just look at those redundant :
s and ,
s. Tch tch
Regarding the article, it is a bit interesting to see ”The main use case” being described as value comparison. I mean that is a sweet, sweet thing, but there's more to it, I think.
good morning
morning!
Which do people prefer for formatting source code on the command line, cljformat/zprint/a.n.other?
cljfmt if you have to do it on the cli. Personally I just have a before-save-hook that does this via clojure-lsp (via cljfmt)