Jump to content

Clojure: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
A Clojure to [[ECMAScript]] compiler that allows you to use Clojure for browser side web programming
A Clojure to [[ECMAScript]] compiler that allows you to use Clojure for browser side web programming


====OS/2 text editors with Clojure support====
;Editor supported
* [[jEdit]] - Java based editor - Clojure syntax highlighting built in - Current.
* [[jEdit]] - Java based editor - Clojure syntax highlighting built-in


==Version==
==Version==
* Current version: 1.8.0 (2016-01-19)
* 1.8.0 (2016-01-19)


;Prerequisites
;Prerequisites
* [[Java]] version 6 or later.
* [[Java]] version 6 or later.


==Links & publications==
==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
 
==Links==
* [http://clojure.org Clojure homepage]
* [http://clojure.org Clojure homepage]
* [https://github.com/clojure Clojure Github page]
* [https://github.com/clojure Clojure Github page]
* [https://github.com/clojure/clojurescript ClojureScript homepage] - On [[GitHub]]
* [https://github.com/clojure/clojurescript ClojureScript homepage] - On [[GitHub]]
==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


[[Category:Java Tools]][[Category:Programming Languages]]
[[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

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