Completed
Refactoring to threading macro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Clojure Programming Kata - Threading Macro and Binary String Challenges
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome to the 4th episode
- 3 Introducing exercism.io
- 4 Installing the exercism CLI using snap
- 5 Downloading Hello World exercise
- 6 Submitting Hello World solution
- 7 Starting the second exercise
- 8 Defining map data structure in Clojure
- 9 Transforming integer to the binary string example
- 10 Transforming character to the numeric value
- 11 Using map-indexed
- 12 Using filter and pos? to eliminate non-positive numbers from the sequence
- 13 Mapping numbers to allergens stored in the map data structure
- 14 Implementing allergic-to? function
- 15 Refactoring to threading macro
- 16 Submitting the solution
- 17 Reviewing community solutions
- 18 Thanks for watching!