Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bf4
Forked from pricees/learn_clojure_recipe.md
Created March 14, 2017 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bf4/e68f6edae9a7b1614f2c026a0caaf45a to your computer and use it in GitHub Desktop.
Save bf4/e68f6edae9a7b1614f2c026a0caaf45a 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