Reputation: 21261
I'm not QUITE done with this tutorial. It's starting to get more "abstract" and I feel like I need to start some kind of Haskell project in order to solidify what I already know and see the things I've yet to learn in action (so they're more concrete and less theoretical). Problem is, I don't know what to work on. I've looked at HappStack - which looks AWESOME, but it also looks a little advanced. I was going through the "99 haskell problems" on haskell.org, but those are boring and I can't "show off" when I've completed them. Not that i'm just looking to show off, I just want something I can sort of "use".
Upvotes: 7
Views: 1413
Reputation: 64750
If happstack is too much perhaps you should try some of the Hackage packages that are for teaching purposes?
I'm not feeling very creative right now, but am leaving this as a wiki - if you're interested in this venue then comment and perhaps others will add to the list.
Upvotes: 2
Reputation: 16272
You might want to peruse some of the chapters in Real World Haskell, which gives some more practical/different applications of Haskell like programming GUIs with GTK+ & Haskell
Plus, it's pretty good at complementing the material in Learn You A Haskell.
Upvotes: 5