About Clojure
✴ Clojure is a general-purpose programming language with an emphasis on functional programming. It runs on the Java virtual machine and the Common Language Runtime. Like other Lisps, Clojure treats code as data and has a macro system.✴
► Clojure’s approach to programming enables you to write most of your applications’ code as series of pure functions, each one operating only on the immutable values passed in. Since pure functions have no side-effects they are easy to understand, easy to test, and are inherently thread-safe. On top of that, Clojure provides a rich set of features that allow threads to coordinate state changes in a consistent, controlled fashion.✦
❰❰ This App is designed for all those software professionals who are keen on learning the basics of Clojure and how to put it into practice.❱❱
【Topics Covered in this App are Listed Below】
⇢ Clojure – Overview
⇢ Clojure – Environment
⇢ Clojure - Basic Syntax
⇢ Clojure – REPL
⇢ Clojure - Data Types
⇢ Clojure – Variables
⇢ Clojure – Operators
⇢ Clojure – Loops
⇢ Clojure - Decision Making
⇢ Clojure – Functions
⇢ Clojure – Numbers
⇢ Clojure – Recursion
⇢ Clojure - File I/O
⇢ Clojure – Strings
⇢ Clojure – Lists
⇢ Clojure – Sets
⇢ Clojure – Vectors
⇢ Clojure – Maps
⇢ Clojure – Namespaces
⇢ Clojure - Exception Handling
⇢ Clojure – Sequences
⇢ Clojure - Regular Expressions
⇢ Clojure – Predicates
⇢ Clojure – Destructuring
⇢ Clojure - Date and Time
⇢ Clojure – Atoms
⇢ Clojure – Metadata
⇢ Clojure – StructMaps
⇢ Clojure – Agents
⇢ Clojure – Watchers
⇢ Clojure – Macros
⇢ Clojure - Reference Values
⇢ Clojure – Databases
⇢ Clojure - Java Interface
⇢ Clojure - Concurrent Programming
⇢ Clojure – Applications
⇢ Clojure - Automated Testing
⇢ Clojure – Libraries