##Clojure
####Setup
Check to see if you have Java java -version
If not, go download it.
Install leiningen brew install leiningen
Install the proto-repl
package for Atom
####Main differences
- Prefix notation
- immutable
- functional
####Practice
- Addition
- Nested Math
- Variables
- Functions
- Mapping
#####Problems
- FizzBuzz
- SumSquares/SquareSum
- ?