About 75 results
Open links in new tab
  1. 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 …

  2. Clojure - Getting Started

    3 days ago · How do I learn the language? There are many ways to learn the Clojure language. This tutorial covers the basics:

  3. Learn Clojure

    Feb 19, 2026 · 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 …

  4. Learn Clojure - Syntax

    3 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).

  5. Clojure - Features

    Feb 19, 2026 · 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 is unique.

  6. State of Clojure 2025 Results

    Feb 19, 2026 · In the report and the highlights below, "Clojure" is often used to refer to the whole ecosystem of Clojure and its dialects as a whole. When relevant, specific dialects are mentioned by …

  7. Clojure - Functional Programming

    Feb 19, 2026 · 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 …

  8. Clojure - The Reader

    Feb 19, 2026 · 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 …

  9. Clojure - Install Clojure

    3 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 …

  10. Clojure - Community Resources

    3 days ago · Functional Design in Clojure - Christoph and Nate discuss software design problems and how they might be solved using functional principles and the Clojure programming language.