Say we need a list of numbers, there are two definitions:
(def vector1 [1 2 3]) (def list2 \'(1 2 3))
So what are the main differences?