Package: clojure Version: 1.10.1.763-1+28.368 Architecture: amd64 Maintainer: Daniel Ziltener Installed-Size: 2 Filename: amd64/clojure_1.10.1.763-1+28.368_amd64.deb Size: 1072 MD5sum: 490c5dd8c3e8bbce7216d5736e74b6b9 SHA1: 54140bf956ce2e129f117d7f38f79d5883f4685f SHA256: a783566124197318132493de47243e0e0e4354c9407ed2abeaea6db3775f5433 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.