Mark Mahoney @mark.playbackpress.com · Nov 19

**Fizz-Buzz** I've been covering #Clojure in my computing paradigms course. I used the classic interview question ‘fizz-buzz’ a few times. The idea is to print numbers but print ‘fizz’ if a number is divisible by 3, ‘buzz’ if its divisible by 5, and ‘fizz-buzz’ if it is divisible by 3 and 5.

0 likes 1 replies

?

Replies

Mark Mahoney · Nov 19

In the first example, I solve the problem demonstrating how to write a Clojure function: playbackpress.com/books/cljboo...