Jump to content

Clojure: Difference between revisions

From EDM2
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..."
 
No edit summary
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===
A Clojure to [[ECMAScript]] compiler that allows you to use Clojure for browser side web programming


====OS/2 text editors with Clojure support====
====OS/2 text editors with Clojure support====
Line 13: Line 16:
* [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]]
==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]]

Revision as of 21:03, 21 March 2016

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

OS/2 text editors with Clojure support

  • jEdit - Java based editor - Clojure syntax highlighting built in - Current.

Version

  • Current version: 1.8.0 (2016-01-19)
Prerequisites
  • Java version 6 or later.

Links & publications

License

Author

  • Rich Hickey