← Previous: Programming Functionally

TL;DR

Clojure is a functional language, which makes it great for writing large applications. It’s idiomatic and concise, so you can do more with less code. The syntax is simple; once you wrap your head around higher-order functions, there’s no stopping you.

Explore More

Clojure(Script)

Read: Clojure Distilled – beautifully written breakdown of core concepts

Practice: ClojureScript Koans – the most meditative way to learn ClojureScript

Refer: ClojureScript docs // Clojure concepts – official documentation

Functional programming in other languages

Watch:

Read:


Thanks for listening!