Who am I?
• Engineer @ Concur
• Author of “Clojure High
Performance Programming”
• Open Source enthusiast:
https://github.com/
kumarshantanu
• @kumarshantanu on Twitter
2
Slide 3
Slide 3 text
Clojure
• Created by Rich Hickey, 2007
• Eclipse Public License (OSS)
• Website — https://clojure.org/
• Lisp
• Functional
• Hosted on JVM (and CLR, JS)
3
Slide 4
Slide 4 text
Big ideas
• Pervasive immutability (Epochal time model)
• First-class values
• First-class functions
• Performance
• Host interoperability
• First-class state management
4
Slide 5
Slide 5 text
–Stuart Halloway
“Clojure feels like a general-purpose language
beamed back from the near future.”
5
Slide 6
Slide 6 text
Getting started with
Clojure
http://leiningen.org/
https://learnxinyminutes.com/docs/clojure/
http://www.braveclojure.com/
https://www.4clojure.com/
6