With Vectors
Vectors as the simplest data structure in Clojure to work with. They are very similar to an array in other languages, although they have additional qualities in Clojure.
Define a data structure for a simple shopping list with any items you would typically want to buy.