(def blahref '{a 1 b 2}) (get blahref 'a) (def x (symbol "abc")) (def y (symbol "abc")) (= x y) (split "abc-def" #"-") (use 'clojure.string) (split "abc-def" #"-") (first "bvc") (apply str (list "abc" "Def")) (cons (list 1 2 3) 4) (quit)