Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Standard for Clojure?

Tags:

clojure

Does the Clojure language have a standard put out by an organization?

like image 573
Winter Avatar asked Apr 23 '10 19:04

Winter


People also ask

What is clojure spec?

spec is a Clojure library to describe the structure of data and functions. Specs can be used to validate data, conform (destructure) data, explain invalid data, generate examples that conform to the specs, and automatically use generative testing to test functions.

What is Defrecord Clojure?

Clojure allows you to create records, which are custom, maplike data types. They're maplike in that they associate keys with values, you can look up their values the same way you can with maps, and they're immutable like maps.

Why is Clojure popular?

Clojure meets its goals by: embracing an industry-standard, open platform - the JVM; modernizing a venerable language - Lisp; fostering functional programming with immutable persistent data structures; and providing built-in concurrency support via software transactional memory and asynchronous agents.

What is clojure form?

Clojure (/ˈkloʊʒər/, like closure) is a dynamic and functional dialect of the Lisp programming language on the Java platform. Like other Lisp dialects, Clojure treats code as data and has a Lisp macro system.


1 Answers

No, it does not.

It's an open-source, BDFL driven language, with Rich Hickey being the BDFL.

like image 120
Michał Marczyk Avatar answered Sep 27 '22 23:09

Michał Marczyk