So Doc >> clojure
23 Topics
Getting started with clojure Introduction Topic
Clojure destructuring
7
Setting up your development environment
clj-time
This documents deals with how to manipulate Date and Time in clojure.
To use this in your application go to your project.clj file and include [clj-time "<version_number>"] in your :dependencies section.
clojure.core
This document gives various basic functionalities offered by clojure. There is no explicit dependency needed for this and comes as a part of org.clojure.
Threading Macros
Also known as arrow macros, threading macros convert nested function calls into a linear flow of function calls.
This modified text is an extract of the original Stack Overflow Documentation created by following contributors and released under CC BY-SA 3.0
This website is not affiliated with Stack Overflow
Email: [email protected]