Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1.33 KB

README.md

File metadata and controls

42 lines (22 loc) · 1.33 KB

Basic Info

Name: Clojure

Creator(s): Rich Hickey

Date: 2007

Website: clojure.org

Intro

Clojure 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. The current development process is community-driven, overseen by Rich Hickey as its benevolent dictator for life (BDFL).

Syntax

...

...

...

...

Libraries

  • Awesome Clojure ~ A curated list of awesome Clojure libraries and resources.

More Info