Completed
A Problem
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Unleash Your Data with Clojure: Using Transducers and Sequences - Lecture 16
Automatically move to the next video in the Classroom when playback concludes
- 1 EMERGING TECHNOLOGIES FOR THE ENTERPRISE CONFERENCE
- 2 Unleash Your Data with Clojure
- 3 A Problem
- 4 Pseudo-code
- 5 Topics of discussion
- 6 Some code
- 7 Nested Maps
- 8 Abstraction
- 9 Deep inspection and retrieval
- 10 State and Concurrency
- 11 Attack of the clones
- 12 More problems
- 13 Iterator traversal
- 14 What about streams?
- 15 Collections
- 16 Domain objects
- 17 GitHub repo
- 18 Generic data interfaces
- 19 Protocols and multimethods
- 20 Separation of state and identity
- 21 State transition
- 22 Back to our example
- 23 More example
- 24 Nested sequence operations
- 25 Another example
- 26 Removing intermediate sequences
- 27 Reducers
- 28 Fold = reduce + combine
- 29 What does map do?
- 30 What is map about?
- 31 Transducers