>>7
(I'm
>>6, and not
>>8)
Ah, best of luck then.
Learn You a Haskell should be skimmed over, and then I'd recommend diving into
A Gentle Introduction to Haskell once you're comfortable with the functional style of programming. You can read
Real World Haskell if you want, but I didn't like any of the programs they developed in that book (they all seemed sort of stupid, except for maybe the barcode scanner).
All of this being said, I was in a position similar to yours and ended up not liking Haskell. \: Too much mental masturbation, too many important insights stuffed inside PDF's on some professor's website, too many times of jumping through hoops to do anything involving advanced use of state or IO, too many bullshit answers from "experts" who apparently still didn't understand 50% of the language. I'm mostly back inside C, using Common Lisp only when I need to do something high-level. I want to like Haskell, but my gut instinct keeps telling me to avoid it.
YMMV.