Clojure

From EDM2
Jump to: navigation, search

A dynamic functional programming language that borrows the syntax from LISP and also offers some out-of-the-box support for concurrency. It is delivered as a Java executable.

ClojureScript

A Clojure to ECMAScript compiler that allows you to use Clojure for browser side web programming

Editor supported
  • jEdit - Java based editor - Clojure syntax highlighting built-in

Version

  • 1.8.0 (2016-01-19)
Prerequisites
  • Java version 6 or later.

License

Publications

  • Michael Fogus; Chris Houser: The Joy of Clojure - Manning 2011, ISBN 1-935182-64-1
  • Chas Emerick; Brian Carper; Christophe Grand: Clojure Programming - O'Reilly 2012, ISBN 1-4493-3534-9

Links