Hacker News new | ask | show | jobs
by kbp 3048 days ago
> Of these five, clojure only has two (atom and eq)

You can't have atom without conses (well, it would just be (lambda (x) t)); which Clojure function are you thinking of?