Lisp dialect running on the JVM
Clojure is a dynamic, general-purpose programming language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language, yet remains completely dynamic – every feature supported by Clojure is supported at runtime. Clojure provides easy access to the Java frameworks, with optional type hints and type inference, to ensure that calls to Java can avoid reflection.
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 immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs.
System | Target | Derivation | Build status |
---|---|---|---|
x86_64-linux | /gnu/store/pjqx9l2pgfxhrda6sgm5c91nyc8nhfd8-clojure-1.11.1.drv | ||
riscv64-linux | /gnu/store/3xivcbxrh20rbr9a0acsvhck4xif27la-clojure-1.11.1.drv | ||
powerpc-linux | /gnu/store/l1xpg9kxspxfgy3nc5k5lhag2ji7f071-clojure-1.11.1.drv | ||
powerpc64le-linux | /gnu/store/zy443d7jm8v6bfwwz1lc2729jf80icbg-clojure-1.11.1.drv | ||
i686-linux | /gnu/store/yc2k7hzs0jvgr16f83qyl4rk3xcjr6bc-clojure-1.11.1.drv | ||
armhf-linux | /gnu/store/s10rjbkslynl8y8lljwjm75b8g80nxw4-clojure-1.11.1.drv | ||
aarch64-linux | /gnu/store/95lrrn6ib6wvx7wjdwgvsy0s8g30vy8b-clojure-1.11.1.drv |
Linter | Message | Location |
---|---|---|
formatting Look for formatting issues in the source | line 174 is way too long (99 characters) | |
input-labels Identify input labels that do not match package names | label 'jre' does not match package name 'icedtea' |