Skip to content

Comment on What is Clojure good at?parent

Comments

Having a short name for commonly used structures aids readability. e.g.

    (ref {})
    (atom [])
Instead of:
    (software-transactional-memory-reference {})
    (atomically-mutable-reference [])
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.