I\'m super new to programming and I\'m wondering how to tackle one of the most basic problems out there-- the \"FizzBuzz\" thing. I\'m doing this in Groovy.
I\'m trying to write \'fi开发者_开发问答zzbuzz\' in haskell using list comprehensions. Why doesn\'t the following work, and how should it be?
EDIT For what its worth, which admittedley may not be that much. I\'ve done a little test to expand this question.
I discovered the \"FizzBuzz\" question today at coding horror.Great article.However, something in one of the user-comments confused me --here\'s the quote:
I\'m new to haskell, and i read through and digested Learn You A Haskell For Great Good, trying out a couple of things along the way. For my first project i wanted to try the classic: FizzBuzz. So i c