Clojure - Using Loop with Recur

Опубликовано: 11 Июль 2026
на канале: Daniel Amber
2,956
98

Creating recurring functions in Clojure is really simple and it's supported at Clojure's core which makes it an extremely powerful feature. In this example, I show how to create a recurring function.

Along the way we also cover function overloading and the cond function :D