Hacker News new | ask | show | jobs
by sreya 4357 days ago
I really, really want to get into Haskell and functional programming in general, but I have no idea what sort of project to build with it. Anyone have any good suggestion?
1 comments

haskell can be used for pretty much everything (even hard realtime with a code generating dsl called atom), so just think about what you enjoy/like and maybe ask before for pointers to libraries you might use with that task.

if there is anything you like but is algorithmically challenging, all the better. it's very nice to express math in haskell.