Clojure: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Tom Morris
(New page: {{subpages}} '''Clojure''' is a LISP-dialect programming language that runs on the Java Virtual Machine and the .NET CLR. The language is dynamic, has first-class function...)
 
imported>Meg Taylor
(move links to subgroup)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{subpages}}
{{subpages}}


'''Clojure''' is a [[LISP]]-dialect [[programming language]] that runs on the [[Java Virtual Machine]] and the [[.NET]] CLR. The language is dynamic, has first-class functions, macros immutable values, concurrency and can access all the libraries of the host platform. Clojure development started in 2007 by Rich Hickey, and the first stable version (1.0.0) was released on May 4, 2009.
'''Clojure''' is a [[Lisp]]-dialect [[programming language]] that runs on the [[Java Virtual Machine]] and the [[.NET]] CLR. The language is dynamic, has first-class functions, macros, [[Mutability (programming)|immutable]] values, concurrency and can access all the libraries of the host platform. Clojure development started in 2007 by Rich Hickey, and the first stable version (1.0.0) was released on May 4, 2009.
 
== External Links ==
* [http://clojure.org Clojure]

Latest revision as of 00:35, 14 September 2013

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

Clojure is a Lisp-dialect programming language that runs on the Java Virtual Machine and the .NET CLR. The language is dynamic, has first-class functions, macros, immutable values, concurrency and can access all the libraries of the host platform. Clojure development started in 2007 by Rich Hickey, and the first stable version (1.0.0) was released on May 4, 2009.