Jonathan Landrum 95ea0f8b56 Update README.md 10 gadi atpakaļ
..
README.md 95ea0f8b56 Update README.md 10 gadi atpakaļ
fizzbuzz.c 271bafa46a Added a Lisp implementation 10 gadi atpakaļ
fizzbuzz.java 271bafa46a Added a Lisp implementation 10 gadi atpakaļ
fizzbuzz.lisp 271bafa46a Added a Lisp implementation 10 gadi atpakaļ
fizzbuzz.rb 271bafa46a Added a Lisp implementation 10 gadi atpakaļ

README.md

Fizz Buzz

This is the saddest program I've ever written. I was reading Jeff Atwood's blog one day when I happened upon the article ``Why Can't Programmers.. Program?'' It struck me with a horrible feeling. This is literally a CS 101 problem, something you learn to solve in your first semester. I wrote this, not because it was a great challenge, but because I sort of had to, because it sickens me that people with degrees in Computer Science cannot do this.

I'm including my original Java version (written while a freshman, no less!), a C one-liner (save the obligatory include statement), a Ruby implementation that clocks in at just 82 characters, and even a Common Lisp version, just for kicks and giggles.