Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 665 Bytes

File metadata and controls

14 lines (14 loc) · 665 Bytes
aliases clj
created_by Rich Hickey
display_name Clojure
github_url https://github.com/clojure
logo clojure.png
related clojurescript, cljs, language
released October 16, 2007
short_description Clojure is a dynamic, general-purpose programming language.
topic clojure
url https://clojure.org/
wikipedia_url https://en.wikipedia.org/wiki/Clojure

Clojure is a functional, dynamic, general-purpose programming language. It provides built-in concurrency support via software transactional memory and asynchronous agents, and offers a rich set of immutable, persistent data structures. Clojure runs on JVM, JavaScript VMs, and Common Language Runtime.