Package: clojure Version: 1.10.1.763-1+28.373 Architecture: amd64 Maintainer: Daniel Ziltener Installed-Size: 2 Filename: amd64/clojure_1.10.1.763-1+28.373_amd64.deb Size: 1068 MD5sum: 1e9ea06d1441aa03caa69fa27dbbd0c2 SHA1: 19bb801ffdf11a3e6c36b6ffa56345122aab6426 SHA256: b7fd23886c5373c49557787d68494d3f0054366491f29d4badec3c3e7f8a391b Section: languages Priority: optional Homepage: https://github.com/borkdude/clojure Description: A modern 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.