
Hi everyone, this is Sarthak Shetty from India. I'm a CSE student who is somewhat comfortable with Java, C, Python and R. I would like to learn Haskell and start contributing right away. Can someone help me get started?

Sarthak,
Haskell has a rich and vast ecosystem; there's a lot to learn. Don't worry
about "contributing" just yet; concentrate on the basics of functional
programming and start exploring the rich libraries and library of papers
studying and evolving the language.
I'm sure you've already found your way to "Learn You a Haskell";
http://learnyouahaskell.com/ is a fun introduction. "Thinking Functionally
in Haskell" by Bird is recently updated and seems quite promising as a
text. From there, hunt down "Functional Pearls" conference papers, and
enjoy.
AfC
On Fri, Mar 6, 2015 at 8:37 AM, Sarthak Shetty
Hi everyone, this is Sarthak Shetty from India. I'm a CSE student who is somewhat comfortable with Java, C, Python and R. I would like to learn Haskell and start contributing right away. Can someone help me get started?
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
-- Andrew Frederick Cowie

Hey, If you would like to learn haskell I would suggest you to checkout this tutorial: https://github.com/bitemyapp/learnhaskell This tutorial covers so much questions that might arise while you learning Haskell, that you really should check it. On March 5, 2015 at 23:37:21, Sarthak Shetty (sarthakshetty1@gmail.com) wrote: Hi everyone, this is Sarthak Shetty from India. I'm a CSE student who is somewhat comfortable with Java, C, Python and R. I would like to learn Haskell and start contributing right away. Can someone help me get started? _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe

Hi Sarthak,
There are many resources:-)
As already Boris has been introduced:
bitemyapp/learnhaskell
https://github.com/bitemyapp/learnhaskell
and I like following:
What I Wish I Knew When Learning Haskell
http://dev.stephendiehl.com/hask/
General portal for newcomers:
Haskell web site
https://www.haskell.org/
If you are interested in GHC(Glasgow Haskell Compiler):
The GHC Commentary
https://ghc.haskell.org/trac/ghc/wiki/Commentary
enjoy!
Takenobu
2015-03-06 6:37 GMT+09:00 Sarthak Shetty
Hi everyone, this is Sarthak Shetty from India. I'm a CSE student who is somewhat comfortable with Java, C, Python and R. I would like to learn Haskell and start contributing right away. Can someone help me get started?
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
participants (4)
-
Andrew Cowie
-
Boris
-
Sarthak Shetty
-
Takenobu Tani