Collection Abstraction

#clojure #programming #language #datastructure #functional

Collection abstraction in Clojure are collections regarding data structures like sets for example or dictionaries. They take of care of the whole, or all elements, which is different of Sequence Abstraction. Example of functions: count, empty?, every?.

References

  • Higginbotham, 2015, p88-93
Links to this page
#clojure #programming #language #datastructure #functional