
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 …
Clojure - Getting Started
4 days ago · How do I learn the language? There are many ways to learn the Clojure language. This tutorial covers the basics:
Clojure - Community Resources
Jan 5, 2026 · Functional Design in Clojure - Christoph and Nate discuss software design problems and how they might be solved using functional principles and the Clojure …
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 …
Clojure - Rationale
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.
Learn Clojure
4 days ago · 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 …
Clojure - Features
Dec 31, 2025 · Clojure has a set of useful features that together form a simple, coherent, and powerful tool. In Clojure you’ll find ideas from Lisp, ML, Haskell, and others, but the end result …
Learn Clojure - Syntax
4 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 - Clojure Deref (Jan 7, 2026)
5 days ago · Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem (feed: RSS).
Clojure - The Reader
4 days ago · 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 …