Skip to content

Instantly share code, notes, and snippets.

@edlich
Created January 4, 2015 17:19
Show Gist options
  • Save edlich/c63a4ab8178e202d82ba to your computer and use it in GitHub Desktop.
Save edlich/c63a4ab8178e202d82ba to your computer and use it in GitHub Desktop.
All Clojure Errors I made...
- Wrote def instead of defn [1]
- Wrong indentation: Hence the function was nested instead of toplevel [1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment