Clojure 111

Clojure is a modern, dynamic, and functional dialect of the Lisp programming language on the Java platform. Like other Lisps, Clojure treats code as data and has a Lisp macro system. The current development process is community-driven, overseen by Rich Hickey as its benevolent dictator for life (BDFL).

Wikipedia

Features

Multi-file mode

Versions

Name Version ID Multi-file mode
clojure 1.7.0 1
clojure 1.10.1 5

Libraries

-

Examples

TEST problem

Sample solution to the TEST programming problem.

test_problem.clj
test_problem.in