About 16,800 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 …

  2. Clojure - Functional Programming

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

  3. Clojure - Getting Started

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

  4. Learn Clojure

    Dec 29, 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 …

  5. Learn Clojure - Syntax

    Dec 25, 2025 · 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 …

  6. Clojure - Community Resources

    Dec 25, 2025 · Functional Design in Clojure - Christoph and Nate discuss software design problems and how they might be solved using functional principles and the Clojure …

  7. Clojure - Install Clojure

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

  8. 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.

  9. Clojure - The Reader

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

  10. Clojure - Features

    5 days ago · 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 …