Donald Raab: FizzBuzz in Smalltalk (opens in new tab)
Accept the things you can’t change. Change the things you can’t accept.Wait, wut?The Smalltalk Magic TrickAmidst all of the discussion over basic language syntax and library depth, developers who only program in languages like Java miss the true power of a language like Smalltalk.Smalltalk is evolvable.You can change the system.The Inline FizzBuzz ApproachI decided to sit down and solve the FizzBuzz problem in Smalltalk. I had posted a blog with my Java based solution on StackOverflow from a ...
Read the original article