This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-02
Channels
- # beginners (23)
- # calva (12)
- # cider (4)
- # clj-kondo (4)
- # cljsrn (2)
- # clojure (25)
- # clojure-chicago (1)
- # clojure-italy (6)
- # clojurescript (5)
- # datomic (5)
- # flambo (1)
- # fulcro (16)
- # hoplon (5)
- # joker (2)
- # keechma (45)
- # off-topic (2)
- # pedestal (2)
- # rewrite-clj (13)
- # robots (5)
- # shadow-cljs (62)
- # xtdb (12)
When it's better to define defn
instead of defelem
?
And should cell
be passed as attribute
/argument to defelem
or defn
? or should cell
be referred without passing as an argument, because cell
is defined as a top level variable similar to def
.
I’m not sure what you mean here
I think elements
would act as pure in former case and non-pure in latter one.