AS
Size: a a a
AS
T
ST
var'my-mutable-variable
, ref'my-deferable-container
ST
foo*
, *foo
IG
ST
var'my-mutable-variable
, ref'my-deferable-container
@ref'my-deferable-container
отличноIG
(def a:state (atom {}))
@a:state
IG
IG
ST
(def a:state (atom {}))
@a:state
ST
*atom
naming for some time. Later I found more comfortable convention for me likevar'variable-name
for variablesref'reference-name
for dereferrable objects (delays, atoms, futures)ch'async-chan
for channelsfn'function-name
for function buildersxf'transducer-xform
, rf'reducing-function
and so on...IG
IG
ST
ST
IG
ST
VL
ИФ
counter-atom
ИФ
var'my-mutable-variable
, ref'my-deferable-container