The New Haskell Homepage
new-www.haskell.org
The New Haskell Homepage
1–10 of 258 posts
Re: The New Haskell Homepage
#2Re: The New Haskell Homepage
#3Anyone know if there are plans to add the interactive/javascript examples as well?
EDIT: Had noscript on, everything looks great.
Re: The New Haskell Homepage
#4Something that bugs me is I couldn't copy the code in the upper right to the code "try it" section. I haven't used haskell for 6-12 months, so I'm not sure what I'm doing wrong.
Here's a screenshot: http://imgur.com/N2SdFVq
Regardless of how to fix this, I think something should be changed so this can't be someone's first impression.
Re: The New Haskell Homepage
#5Nice, I like it. Now, to actually learn the language...
I understand the Haskell wikibook is also great at the introductory level.
Re: The New Haskell Homepage
#6Edit: Additionally, I really miss the lovely download page http://www.haskell.org/platform/ - and the non-home pages feel a little underwhelming and underdeveloped in general.
Re: The New Haskell Homepage
#7Re: The New Haskell Homepage
#8Just a little nitpick:
λ map (+1) [1..5]
can't find file: Imports.hs
λ map (+ 1) [1..5]
[2,3,4,5,6]:: (Enum b, Num b) => [b]
though the first expression is what suggested in lesson 4.Edit: looks like some random bug.
Re: The New Haskell Homepage
#9Re: The New Haskell Homepage
#10Wow I've gotta say, this looks great. Something that bugs me is I couldn't copy the code in the upper right to the code "try it" section. I haven't used haskell for 6-12 months, so I'm not sure what I'm doing wrong. Here's a screenshot: http://imgur.com/N2SdFVq Regardless of how to fix this, I think something should be changed so this can't be someone's first impression.