Skip to content

Instantly share code, notes, and snippets.

@rodolfo42
Forked from bltavares/README.md
Last active February 28, 2023 17:39
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodolfo42/d0a813f68d8818e3d7038f71f858cbd0 to your computer and use it in GitHub Desktop.
Save rodolfo42/d0a813f68d8818e3d7038f71f858cbd0 to your computer and use it in GitHub Desktop.
Resources for learning Clojure

Resources for learning Clojure

First step

To get started, it's highly recommended to use lein for automating things like running the project, fetch dependencies, run project tasks, set clojure versions, etc.

https://github.com/technomancy/leiningen

Getting started

http://www.clojurenewbieguide.com/

Posts

Excercises

Links

Books & Guides

Cookbooks

Examples of tasks in Clojure, how to read files, diff strings, etc

Presentations

Documentation

Podcasts & Newsletter

Libraries

REPL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment