Clojure: Difference between revisions
Appearance
Created page with "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 exec..." |
m →Links |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
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. | 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=== | ||
* [[jEdit]] - Java based editor - Clojure syntax highlighting built in | 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== | ==Version== | ||
* | * 1.8.0 (2016-01-19) | ||
;Prerequisites | ;Prerequisites | ||
* [[Java]] version 6 or later. | * [[Java]] version 6 or later. | ||
==License== | ==License== | ||
* Open source software published under the [[Eclipse Public License]], portions of the package use libraries that are released under the [[Three Clause BSD License]] and [[Apache Software License v2]] | * Open source software published under the [[Eclipse Public License]], portions of the package use libraries that are released under the [[Three Clause BSD License]] and [[Apache Software License v2]] | ||
*Author: Rich Hickey | |||
== | ==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== | |||
* [http://clojure.org Clojure homepage] | |||
* [https://github.com/clojure Clojure Github page] | |||
* [https://github.com/clojure/clojurescript ClojureScript homepage] - On [[GitHub]] | |||
[[Category:Programming Languages]][[Category:Open Source Software]][[Category:Software written in Java]] | |||
[[Category:Open Source Software]] | |||
[[Category:Software written in Java]] |
Latest revision as of 17:05, 7 April 2019
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
- Open source software published under the Eclipse Public License, portions of the package use libraries that are released under the Three Clause BSD License and Apache Software License v2
- Author: Rich Hickey
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