indiWiz.com

Subhash's Tech Log

Archive for the ‘clojure’ tag

Clojure reaches 1.0

without comments

Clojure 1.0 released. About Clojure from the Clojure website:

Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system. Clojure is predominantly a functional programming language, and features a rich set of immutable, persistent data structures. When mutable state is needed, Clojure offers a software transactional memory system and reactive Agent system that ensure clean, correct, multithreaded designs.

Written by Subhash Chandran

May 6th, 2009 at 9:12 am

Posted in news

Tagged with , ,