Live data from Hacker News

Haskell Platform 2013.2.0.0

haskell.org

1–10 of 58 posts

Re: Haskell Platform 2013.2.0.0

#4

Can somebody elaborate what is this? Edit: Let me rephrase my question: Is this for someone who would like to start learning Haskell?

updates to the haskell platform (notably haskell compiler, haskell interactive interpreter, haskell libraries) release notes (http://www.haskell.org/platform/changelog.html) should give more detail on whats included.

Re: Haskell Platform 2013.2.0.0

#5
The Haskell platform is the perfect place to start with Haskell--it comes with the compiler, some useful tools (like cabal, Haskell's package manager) and a core set of well-tested and well-supported libraries. If you have been considering Haskell, this is a great time to go for it!

I'm particularly excited by the updated OpenGL and GLUT bindings. Graphics is currently not Haskell's strong suit, but I think this might soon be changing. There has been plenty of work on high-level things like functional reactive programming (FRP), but this isn't all that useful without the low-level libraries for actually drawing to the screen! These updated packages should hopefully make writing graphics programs in Haskell much nicer.

Re: Haskell Platform 2013.2.0.0

#7

Can somebody elaborate what is this? Edit: Let me rephrase my question: Is this for someone who would like to start learning Haskell?

> 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.

Re: Haskell Platform 2013.2.0.0

#9

Maybe I'm expecting the wrong thing, but as someone not involved in development with Haskell, this landing page gave me nothing to go on.

The link which takes you to the closest thing to an About page is, for some reason, labelled "Problems?".

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

Post reply on HN