Hacker News new | ask | show | jobs
by anthonymonori 4767 days ago
Can somebody elaborate what is this?

Edit: Let me rephrase my question: Is this for someone who would like to start learning Haskell?

5 comments

In short: Yes.

It is the "batteries included" version of Haskell that comes with basically everything you need to write production ready software. There are obviously a lot of useful packages on `cabal`, but they are mostly useful so that you don't have to recreate the wheel (or want to do web-dev).

See their wiki on what is Haskell and the advantages of functional programming:

http://www.haskell.org/haskellwiki/Introduction

It's also meant to be used as a reference for distro package maintainers. If your code builds properly with the current platform, you can be confident it will build properly in most systems.
> Is this for someone who would like to start learning Haskell?

This is were said somebody goes to download Haskell after having been persuaded to give it a chance.