
9 Jan
2016
9 Jan
'16
2:54 p.m.
I want to learn some practical application using haskell like some projects or developing a game. Can anyone suggest me some link to develop my skills with haskell ?
How about a tetris? There's a tutorial and a package on Hackage (so you can follow along): https://www.cs.ox.ac.uk/people/ian.lynagh/Hetris/ https://hackage.haskell.org/package/hetris https://www.cs.ox.ac.uk/people/ian.lynagh/Hetris/Hetris.ps It's quite dated, though. Not sure whether it works with recent GHCs. In any case, give it a try!