Clojure: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 23: | Line 23: | ||
* Rich Hickey | * Rich Hickey | ||
[[Category:Java Tools]][[Category:Programming Languages]] | |||
[[Category:Open Source Software]] | [[Category:Open Source Software]][[Category:Software written in Java]] | ||
[[Category:Software written in Java]] |
Revision as of 19:04, 17 September 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
- 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