o que é var no clojure
Binding a value to a name is refferred to as var
Global vars are similar to constants in other languages.
Commonly redefined to facilitate dynamic development.
Define top-level vars by using def
Busy Baboon