I am new to Haskell.Could please anyone suggest me how to install or set Haskell environment on Linux(Ubuntu 12.04). I searched on Google but I got too confused between compilers.
Also suggest me any dedicated Haskell guiding/programming web-site from where I can start learning and implementing Haskell programs.
I have gone through this Haskell, Step by Step, Tutorial, Developing a Whole Application. But this is asked in year 2010, so I am assuming lot of changes must have taken place during these 2 years.
$ sudo apt-get install haskellshould do to get you set up, and the tutorials linked in the other answer are still perfectly valid. – deceze Nov 1 '12 at 6:26sudo apt-get install ghcshould probably do it. – jmdeldin Nov 1 '12 at 6:27