In this episode, Robert "Uncle Bob" Martin takes a deep dive into the topic of finding a particular pythagorean triplet. Each number in the triplet must be an integer and they all must add up to a thousand. This will be done in Clojure using test-driven development.