ClojureDocs

Nav

Namespaces

Clojure/Conj 2026 — Charlotte, NC — Sept 30 - Oct 2 Learn More & Get Tickets →

empty?

clojure.core

Available since 1.0 (source)
  • (empty? coll)
Returns true if coll has no items. To check the emptiness of a seq,
please use the idiom (seq x) rather than (not (empty? x))