The class represents the popular childrens' game in which a child counts outloud, but replaces any multiples of 3 with the word "fizz", multiples of 5 with the word "buzz", and multiples of both 3 and ...
Inspired by Tom Stuart's excellent talk on programming using just Ruby Procs entitled Programming With Nothing, I thought I'd try the same thing in Java. The idea is to remove all your language ...