About 17,300 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 - Getting Started

    Oct 22, 2025 · How do I learn the language? There are many ways to learn the Clojure language. This tutorial covers the basics:

  3. Clojure - Functional Programming

    Oct 22, 2025 · Clojure is a functional programming language. It provides the tools to avoid mutable state, provides functions as first-class objects, and emphasizes recursive iteration …

  4. Learn Clojure

    Oct 22, 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

    Oct 22, 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 - 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.

  7. Clojure - Install Clojure

    Oct 22, 2025 · 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 - Cheatsheet

    Oct 22, 2025 · Cheatsheet Clojure 1.11 Cheat Sheet (v54) Download PDF version / Source repo Many thanks to Steve Tayon for creating it and Andy Fingerhut for ongoing maintenance.

  9. Clojure - Community Resources

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

  10. Clojure - Clojure Downloads

    Oct 22, 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 …