This page is strongly trying to convert a viewer, the experience can be smoothed here.
The New Haskell Homepage
21–30 of 258 posts
Re: The New Haskell Homepage
#22> You shouldn't have rewrite half your code base when it's time to scale.
Re: The New Haskell Homepage
#23Nice, I like it. Now, to actually learn the language...
Re: The New Haskell Homepage
#24There are a lot of other things we still need to do as well, like ensure all redirects and subpages work properly.
Source: I'm one of the Haskell.org administrators, and we pushed this out only today.
Re: The New Haskell Homepage
#25Additionally, all examples could be loaded into the "Try It" section, so I could type `take 4 primes` or something.
Instead, in my attempt to load the primes function.. I was met with this bit.
λ let sieve (p:xs) = p : sieve [x | x Re: The New Haskell Homepage
#26Nice, I like it. Now, to actually learn the language...
Re: The New Haskell Homepage
#27Re: The New Haskell Homepage
#28Another suggestion would be more examples under the clear concise code bit--possibly in a carousel. Additionally, all examples could be loaded into the "Try It" section, so I could type `take 4 primes` or something. Instead, in my attempt to load the primes function.. I was met with this bit. λ let sieve (p:xs) = p : sieve [x | x