About 17,400 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 - Wikipedia

    Clojure's name, according to Hickey, is a word play on the programming concept "closure" incorporating the letters C, L, and J for C#, Lisp, and Java respectively—three languages which had a major …

  3. The Clojure programming language - GitHub

    The Clojure programming language. Contribute to clojure/clojure development by creating an account on GitHub.

  4. Introduction to Clojure

    Clojure code is block-structured and lexically scoped (though dynamic scope is supported as well, if you really need it). Clojure is a compiled language. The Clojure reader reads your source code, then your …

  5. Clojure Tutorial

    Learn the fundamentals of Clojure, a powerful functional programming language. Explore its features, syntax, and best practices to enhance your programming skills.

  6. Community-Powered Clojure Documentation and Examples

    Here are a couple of ways you can contribute. Please open a ticket if you have an idea of how we can improve ClojureDocs. First, take a look at the examples style guide, and then add an example for …

  7. An Animated Introduction to Clojure – Learn Clojure Programming …

    Apr 9, 2025 · Clojure is an awesome functional programming language that runs on Java's Virtual Machine (JVM). It is sometimes called a LISP, which is short for 'LISt Processing'.

  8. Clojure - Getting Started

    Feb 19, 2026 · How do I learn the language? There are many ways to learn the Clojure language. This tutorial covers the basics:

  9. Introduction to Clojure - Baeldung

    Feb 13, 2024 · Clojure is a functional programming language that runs entirely on the Java Virtual Machine, in a similar way to Scala and Kotlin. Clojure is considered to be a Lisp derivative and will be …

  10. Overview - Clojure v1.12.4 API documentation

    This documentation is maintained in the gh-pages branch of Clojure on GitHub and is always available online GitHub pages for Clojure. If you wish to have a version for off-line use you can use the …