Search for a command to run...
Dynamic, general-purpose functional programming language that runs on the JVM and combines the approachability of scripting with efficient multithreaded infrastructure. It compiles to bytecode while staying fully dynamic at runtime, and offers immutable persistent data structures, a Lisp-style code-as-data philosophy with macros, and first-class Java interop.
Trusted by Walmart for data systems across thousands of stores, by Nubank for digital banking serving over 100 million customers, and by teams at Puppet, ThoughtWorks, Atlassian, and Chartbeat. Clojure differentiates by pairing Lisp elegance with JVM reach: developers get immutability-first concurrency via software transactional memory and reactive agents, avoiding manual locks while tapping the Java ecosystem.
Key capabilities:
Teams use Clojure for stream processing and data pipelines, backend APIs, financial and trading systems, and web apps where correctness and concurrency matter. The REPL supports rapid iteration, and existing Java libraries integrate directly via dot notation.