how to access an element in a list clojure code example Example: clojure get list first item (first '(:alpha :bravo :charlie)) ;;=> :alpha