Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

next steps learning Haskell

Tags:

haskell

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".

like image 439
Ramy Avatar asked Feb 23 '11 02:02

Ramy


2 Answers

You could take a look at Write Yourself a Scheme in 48 Hours.

like image 195
Dan Burton Avatar answered Sep 20 '22 19:09

Dan Burton


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.

like image 32
Zach L Avatar answered Sep 19 '22 19:09

Zach L