“Where can I find resources about Clojure?” is a question every Clojure beginner has. This document puts together useful resources for getting started.
LispCast Introduction to Clojure
http://purelyfunctional.tv/intro-to-clojure
Free access for ClojureBridge attendees/TAs available. (Thanks, LispCast!)
Official Clojure web site
Clojure Cheat Sheet
Clojars (Clojure library repository)
Clojure Documentation
Clojure for the Brave and True
Clojure from the ground up
welcome
http://aphyr.com/posts/301-clojure-from-the-ground-up-first-principles
basic types
http://aphyr.com/posts/302-clojure-from-the-ground-up-basic-types
functions
http://aphyr.com/posts/303-clojure-from-the-ground-up-functions
sequences
http://aphyr.com/posts/304-clojure-from-the-ground-up-sequences
macros
http://aphyr.com/posts/305-clojure-from-the-ground-up-macros
state
http://aphyr.com/posts/306-clojure-from-the-ground-up-state
logistics
http://aphyr.com/posts/311-clojure-from-the-ground-up-logistics
PCL -> Clojure
Chapter 3. Practical: A Simple Database
http://thinkrelevance.com/blog/2008/09/16/pcl-clojure-chapter-3
Chapter 5. Functions
http://thinkrelevance.com/blog/2008/09/16/pcl-clojure-chapter-5
Chapter 6. Variables
http://thinkrelevance.com/blog/2008/09/16/pcl-clojure-chapter-6
Chapter 7. Macros: Standard Control Constructs
http://thinkrelevance.com/blog/2008/09/18/pcl-clojure-chapter-7
Chapter 8. Macros: Defining Your Own
hinkrelevance.com/blog/2008/09/23/pcl-clojure-chapter-8
Chapter 9. Practical: A Unit Test Framework
http://thinkrelevance.com/blog/2008/09/24/pcl-clojure-chapter-9
Chapter 10. Numbers, Characters, and Strings
http://thinkrelevance.com/blog/2008/09/19/pcl-clojure-chapter-10
Chapter 11. Collections
http://thinkrelevance.com/blog/2008/09/22/pcl-clojure-chapter-11
Chapter 16. Object Reorientation: Generic Functions
http://thinkrelevance.com/blog/2008/09/25/pcl-clojure-chapter-16
Chapter 17. Object Reorientation: Classes
http://thinkrelevance.com/blog/2008/09/25/pcl-clojure-chapter-17
Flying Machine Studios (Links to articles)
Clojure Koans
ClojureScript Koans
4Clojure
Clojure Google Group
https://groups.google.com/forum/?hl=en#!forum/clojure
Question from a beginner: “How did you learn Clojure?”
https://groups.google.com/forum/?hl=en#!topic/clojure/kgjyduuQXFg
ClojureScript Google Group