--- title: Clojure Resources --- ![Clojure Logo](//discourse-user-assets.s3.amazonaws.com/original/2X/3/3f3afa51f5d2c790faed68bfdd695d9f280e4480.png) [Clojure](https://clojure.org/) is a dialect of Lisp with a focus on functional programming. It was released in 2007 by Rich Hickey, and has since gained a lot of popularity among web developers. To learn about some of the language's core functions, you can consult the [documentation](https://clojuredocs.org/). You could also consult any of these articles: * [Summary - Why use Clojure?](http://forum.freecodecamp.com/t/what-is-clojure/18419) * [Basics - Defining some variables and functions](http://forum.freecodecamp.com/t/clojure-the-basics/18410) * [Conditionals - Using logic to add complex control flow to your programs](http://forum.freecodecamp.com/t/clojure-conditionals/18412) * [Let bindings - Using local variables](http://forum.freecodecamp.com/t/clojure-create-local-variables-with-let/18415) * [Loop and Recur - Using recursion to create loops in Clojure](http://forum.freecodecamp.com/t/clojure-loop-recur/18418) For a brief and simple learning experience free online book [Clojure for the Brave and True](https://www.braveclojure.com/foreword/) can be used.