Comment on What is Clojure good at?parentComments−weavejester15yHaving a short name for commonly used structures aids readability. e.g. (ref {}) (atom []) Instead of: (software-transactional-memory-reference {}) (atomically-mutable-reference [])
Comments
Having a short name for commonly used structures aids readability. e.g.
Instead of: