Skip to content

Instantly share code, notes, and snippets.

@rasensio1
Last active December 11, 2015 21:01
Show Gist options
  • Save rasensio1/1dea254a43b819140904 to your computer and use it in GitHub Desktop.
Save rasensio1/1dea254a43b819140904 to your computer and use it in GitHub Desktop.

##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
  • ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment