
Clojure
Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of …
Clojure - Getting Started
Dec 11, 2025 · How do I learn the language? There are many ways to learn the Clojure language. This tutorial covers the basics:
Learn Clojure
Dec 11, 2025 · This guide is a gentle introduction to the basics of Clojure and links out to other references and resources if you want more detail. These pages are intended to be read in order and …
Learn Clojure - Syntax
2 days ago · This diagram illustrates the difference between syntax in green (the Clojure data structure produced by the Reader) and semantics in blue (how that data is understood by the Clojure runtime).
Clojure - Functional Programming
2 days ago · Clojure is a functional programming language. It provides the tools to avoid mutable state, provides functions as first-class objects, and emphasizes recursive iteration instead of side-effect …
Clojure - Install Clojure
2 days ago · This tool (used by the commands clojure and clj) can download Clojure itself and other Clojure or JVM-based libraries. Any version of the Clojure CLI can download or use any version of …
Clojure - Rationale
Dec 11, 2025 · In short, I think Clojure occupies a unique niche as a functional Lisp for the JVM with strong concurrency support. Check out some of the features or get started with Clojure.
Clojure Downloads
Dec 11, 2025 · Clojure Downloads New to Clojure? Head to the Getting Started guide instead for information on how to install the Clojure tools! These tools allow you to start a REPL for interactive …
Clojure - The Reader
Dec 11, 2025 · This is a very important difference between Clojure (and Common Lisp) and most other programming languages - Clojure is defined in terms of the evaluation of data structures and not in …
Clojure - API Documentation
Dec 11, 2025 · API Documentation Clojure API Clojure API Clojure Java API - for calling from Java into Clojure Clojure Cheatsheet