Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@pricees
Created March 4, 2016 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pricees/fac864b40cfaf89d9453 to your computer and use it in GitHub Desktop.
Save pricees/fac864b40cfaf89d9453 to your computer and use it in GitHub Desktop.
Recipe to Learn Clojure

Setup

  • http://leiningen.org/ Get the repl
  • Set up your ide (vim + fireplace, maybe atom, or be awesome with emacs. I don't use emacs)

Dip your beak

The APIs are thorough and awesome

Learn by coding

Use this to learn more

Last and probably least

  • Reading "The Joy of Clojure" (this is probably the last thing one should do because this book is not good given the other resources)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment