background preloader

Clojure

Facebook Twitter

Getting_started. Minimal Install java -cp clojure-1.7.0.jar clojure.main user=> (+ 1 2 3) 6 user=> (javax.swing.JOptionPane/showMessageDialog nil "Hello World") Try Clojure online:TryClojure provides a brower-based Clojure REPLHimera provides a browser-based ClojureScript REPL Clojure Tools Community volunteers maintain Getting Started documentation for a number of different tools and approaches.

getting_started

Clojure. Clojure 1.2 Release. I'm pleased to announce today the release of Clojure 1.2.

Clojure 1.2 Release

For maven/leiningen users, your settings to get the beta from build.clojure.org/releases are: :dependencies [[org.clojure/clojure "1.2.0"] [org.clojure/clojure-contrib "1.2.0"] This release includes many significant new features, such as protocols and datatypes; enhancements to existing features like the sequence library, destructuring and agents; support for annotations, etc. In addition, it incorporates many enhancements first developed and nurtured in clojure-contrib like I/O, string and pretty printing facilities.