Package: clojure Version: 1.10.1.763-1+28.343 Architecture: amd64 Maintainer: Daniel Ziltener Installed-Size: 2 Filename: amd64/clojure_1.10.1.763-1+28.343_amd64.deb Size: 1068 MD5sum: d7a449773f0aed2918c72df36a29fa54 SHA1: 2493ab5a0422eb8b21d4342fe316bc5d58f9444f SHA256: 83d9849b03fb5e8164f1b1fc8724461899d79cf8347171850b02dc6912ed7a24 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.