Meta-FizzBuzz: Implement a sufficiently complete programming language that you can write FizzBuzz in it!
miniblog.
Related Posts
Solving Fizzbuzz using Euler's totient theorem rather than conditionals:
I like the notion of "pac-man complete", the idea that your programming language needs enough effects/IO to do a 2D game: https://prog21.dadgum.com/23.html
We should have more levels of language capability. 'Can do Hello World' and 'can do fizzbuzz' are useful for a new language.
Apparently FizzBuzz is a spelling used by programmers, and it's "Fizz Buzz" in other contexts: https://en.wikipedia.org/wiki/Fizz_buzz
Perhaps programmers favour camel case more often?