Day 97 Planning 2019 and 4Clojure
Planning activities for 2019, including ClojureBridge London events.
4Clojure exercise #51 - advanced destructuringλ︎
Another chance to read up about destructuring.
Destructuring in Clojure - Clojure.org
Destructuring is a great way to reduce the amount of code you need to write by using pattern matching.
We use destructuring to define local names from data structures, both in let
functions and function definitions.
The challenge itself was fairly straight-forward, demonstrating a nested destructuring example.
Thank you.