-
Notifications
You must be signed in to change notification settings - Fork 0
Syllabus
Yehonathan Sharvit edited this page Aug 2, 2021
·
7 revisions
Reference book: Clojure for the Brave and True
- Environment Setup
- Syntax
- Immutable collections
- Sequences
- Functional programming (map, filter and reduce)
- Recursion
- Destructuring and multi arity functions
- Clojure core principles
- Unit tests
- Records and Protocols
- Professional Dev Environment
- Component
- High order functions
- Leveraging the REPL
- Atoms
- Java Interop
- Multimethods
- Macros
- Concurrency
- core.async
- Lazy sequences
- Persistent data structures