About 20,700 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. 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. The Clojure programming language - GitHub

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

  5. Clojure Guides

    Comprehensive guides on every aspect of the core language. This material is not covered by the Clojure Contributor Agreement and is developed using pull-requests on GitHub. Guides covering areas …

  6. 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 …

  7. Community-Powered Clojure Documentation and Examples

    ClojureDocs is a community-powered documentation and examples repository for the Clojure programming language. Recently Updated charlot-shaw authored an example for …

  8. Explore - Clojure Tutorial

    Clojure is a high level, dynamic functional programming language. It is designed, based on the LISP programming language, and has compilers that makes it possible to be run on both Java and .Net …

  9. 14 Best Clojure Courses and Tutorials for 2026 (Free & Paid)

    May 7, 2026 · Clojure is a dynamic, general-purpose functional programming language created by Rich Hickey. Designed as a modern Lisp, Clojure runs on the Java Virtual Machine (JVM) and …

  10. 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 …