Anyone using Haskell and why?
Haskell Platform 2012.2.0.0 released - includes GHC 7.4.1
21–30 of 36 posts
Re: Haskell Platform 2012.2.0.0 released - includes GHC 7.4.1
#22Anyone using Haskell and why?
Re: Haskell Platform 2012.2.0.0 released - includes GHC 7.4.1
#23Anyone using Haskell and why?
Re: Haskell Platform 2012.2.0.0 released - includes GHC 7.4.1
#24Anyone using Haskell and why?
Parsec was Haskell's 'killer app' for me, but I tend to do most tasks in it now that involve some kind of data processing. Economical syntax, strong support for function composition, pattern matching, and type classes are the main draws for me. I have also learned to appreciate enforced purity and the abundance of operators, two of the biggest hurdles coming from stateful, imperative, mainstream languages. I prefer a…
Re: Haskell Platform 2012.2.0.0 released - includes GHC 7.4.1
#25Re: Haskell Platform 2012.2.0.0 released - includes GHC 7.4.1
#26What is the defacto IDE/editor for Haskell? I've messed around with Leksah, which looks like it's pretty nice, but I have absolutely no idea how it works.
Re: Haskell Platform 2012.2.0.0 released - includes GHC 7.4.1
#27https://github.com/byrongibson/scripts/tree/master/install/h...
TLDR: Install GHC (binary) to a custom location like /opt/haskell/ghc, then add it to the system with the Debian update-alternatives tool, repeat with Haskell Platform. Only difference is you build Platform from source. update-alternatives scripts included for both.
Re: Haskell Platform 2012.2.0.0 released - includes GHC 7.4.1
#28What is the defacto IDE/editor for Haskell? I've messed around with Leksah, which looks like it's pretty nice, but I have absolutely no idea how it works.
Re: Haskell Platform 2012.2.0.0 released - includes GHC 7.4.1
#29Can anyone from this project or knowledgable about it comment on why Haskell Platform isn't available for Ubuntu 10.04 which is a LTS release?
Also, you'll probably need to make sure you've got all the required libraries and their versions [2], 10.04 may need some of them upgraded, not sure.
If that doesn't work, if you have dependency issues and can't fix them, then I suggest installing Ubuntu Server 12.04 in a virtual machine and playing with Haskell there instead. Ubuntu Server is relatively small, a base install in a VM is only about 1.5GB.
1. http://news.ycombinator.com/item?id=4062692
2. http://www.vex.net/~trebla/haskell/haskell-platform.xhtml
Re: Haskell Platform 2012.2.0.0 released - includes GHC 7.4.1
#30The Haskell Platform landing page is consistently beautiful. One of the prettiest landing pages I've come across. It lends a great deal of credibility to a technology when the up-front page looks like it was taken care of diligently. Contrast that to a page with only some text, a tarball link, and a mailing list (no names given, surely the reader can think of an example). I applaud the Haskell community for taking ca…