This weeks broadcast recording is viewable at https://youtu.be/eJoNZWT2b7I
We covered laziness in Clojure, specifically using lazy-seq
to return a lazy sequence. This allowed us to implement our own iterate function to solve 4Clojure challenge 62
We also looked at the functions seq
and when-let
as part of our solution.