Hacker News new | ask | show | jobs
by QuercusMax 4072 days ago
I started learning it on Tuesday, via learnyouahaskell.com. Half of what makes Haskell impenetrable to a non-Haskellite is the syntax, IMO; now that I'm starting to grok that, it really is quite wonderful.

Very sad news indeed.

2 comments

The syntax takes some getting used to but it's useful to point out that the core language is pretty small.

Here are some links which might help:

http://www.haskellforall.com/2014/10/how-to-desugar-haskell-...

https://github.com/kqr/gists/blob/master/articles/simple-syn...

I dunno... I found actually solving problems in a functional way much harder than the syntax.
I've done enough functional-esque coding in ruby/python/js/java8 that I can generally figure out a functional solution to lots of problems. I have not actually attempted to build any real software with Haskell yet, however; I'm mostly at the toy-program stage.