Clojure Collections - thelastmile/FreeCodeCamp GitHub Wiki

Clojure Collections

One of Clojure's main positives is that it has quite a few different kinds of sequence: vectors, lists, hashmaps, oh my! And each different type of collections has its own upsides, downsides, and a whole host of useful functions that operate on them.

To understand the differences between each type of collections, when to use each one, and how to convert between them all, it may be necessary to check out other types of collection and remind yourself what makes them special.

As such, this page serves as an index so you can easily view any of the articles about data structures.

:point_left: Previous :book: Home :book: Next :point_right:
More on Functions Table of Contents Lists