From pratap.haskell at gmail.com Mon Oct 18 23:10:17 2021 From: pratap.haskell at gmail.com (Pratap Pachipulusu) Date: Mon, 18 Oct 2021 19:10:17 -0400 Subject: [Haskell-beginners] Looking for training Message-ID: Hello Members, Could you please suggest good haskell resources to start learning from scratch. I would love to be on top of it. Thanks, Pratap P. -------------- next part -------------- An HTML attachment was scrubbed... URL: From frankdmartinez at gmail.com Mon Oct 18 23:35:03 2021 From: frankdmartinez at gmail.com (Frank Martinez) Date: Mon, 18 Oct 2021 19:35:03 -0400 Subject: [Haskell-beginners] Looking for training In-Reply-To: References: Message-ID: What is Your programming background? On Mon, Oct 18, 2021 at 19:10 Pratap Pachipulusu wrote: > Hello Members, > > Could you please suggest good haskell resources to start learning from > scratch. I would love to be on top of it. > > Thanks, > Pratap P. > _______________________________________________ > Beginners mailing list > Beginners at haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners > -- P.S.: I prefer to be reached on BitMessage at BM-2D8txNiU7b84d2tgqvJQdgBog6A69oDAx6 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mukeshtiwari.iiitm at gmail.com Mon Oct 18 23:42:07 2021 From: mukeshtiwari.iiitm at gmail.com (mukesh tiwari) Date: Tue, 19 Oct 2021 10:42:07 +1100 Subject: [Haskell-beginners] Looking for training In-Reply-To: References: Message-ID: Try http://learnyouahaskell.com/. I found it very helpful when I was learning Haskell. In addition, try to solve problems because it will force you to think in Haskell. Best, Mukesh On Tue, Oct 19, 2021 at 10:11 AM Pratap Pachipulusu < pratap.haskell at gmail.com> wrote: > Hello Members, > > Could you please suggest good haskell resources to start learning from > scratch. I would love to be on top of it. > > Thanks, > Pratap P. > _______________________________________________ > Beginners mailing list > Beginners at haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners > -------------- next part -------------- An HTML attachment was scrubbed... URL: From frankdmartinez at gmail.com Mon Oct 18 23:51:03 2021 From: frankdmartinez at gmail.com (Frank Martinez) Date: Mon, 18 Oct 2021 19:51:03 -0400 Subject: [Haskell-beginners] Looking for training In-Reply-To: References: Message-ID: LYAH is definitely good; the only downside is making sure You completely forget everything You know about programming first, a task which can be difficult for some. On Mon, Oct 18, 2021 at 19:42 mukesh tiwari wrote: > Try http://learnyouahaskell.com/. I found it very helpful when I was > learning Haskell. In addition, try to solve problems because it will force > you to think in Haskell. > > Best, > Mukesh > > On Tue, Oct 19, 2021 at 10:11 AM Pratap Pachipulusu < > pratap.haskell at gmail.com> wrote: > >> Hello Members, >> >> Could you please suggest good haskell resources to start learning from >> scratch. I would love to be on top of it. >> >> Thanks, >> Pratap P. >> _______________________________________________ >> Beginners mailing list >> Beginners at haskell.org >> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners >> > _______________________________________________ > Beginners mailing list > Beginners at haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners > -- P.S.: I prefer to be reached on BitMessage at BM-2D8txNiU7b84d2tgqvJQdgBog6A69oDAx6 -------------- next part -------------- An HTML attachment was scrubbed... URL: From fa-ml at ariis.it Tue Oct 19 04:12:38 2021 From: fa-ml at ariis.it (Francesco Ariis) Date: Tue, 19 Oct 2021 06:12:38 +0200 Subject: [Haskell-beginners] Looking for training In-Reply-To: References: Message-ID: Can’t go wrong with CIS194 [1]: free, thorough, made by a respected Haskeller, with exercises & solutions [1] https://www.seas.upenn.edu/~cis194/fall16/ Il 18 ottobre 2021 alle 19:10 Pratap Pachipulusu ha scritto: > Hello Members, > > Could you please suggest good haskell resources to start learning from > scratch. I would love to be on top of it. > > Thanks, > Pratap P. > _______________________________________________ > Beginners mailing list > Beginners at haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners From pratap.haskell at gmail.com Wed Oct 20 00:58:18 2021 From: pratap.haskell at gmail.com (Pratap Pachipulusu) Date: Tue, 19 Oct 2021 20:58:18 -0400 Subject: [Haskell-beginners] Looking for training In-Reply-To: References: Message-ID: Dear Frank, My programming language is Java/Scala. I am basically Spark/Scala developer, i fell in love with functional programming language while working on spark/scala. I want to know why functional programming is suitable for bigdata processing(in depth) Thank you Pratap P. On Mon, Oct 18, 2021 at 7:35 PM Frank Martinez wrote: > What is Your programming background? > > On Mon, Oct 18, 2021 at 19:10 Pratap Pachipulusu > wrote: > >> Hello Members, >> >> Could you please suggest good haskell resources to start learning from >> scratch. I would love to be on top of it. >> >> Thanks, >> Pratap P. >> _______________________________________________ >> Beginners mailing list >> Beginners at haskell.org >> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners >> > -- > P.S.: I prefer to be reached on BitMessage at > BM-2D8txNiU7b84d2tgqvJQdgBog6A69oDAx6 > _______________________________________________ > Beginners mailing list > Beginners at haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pratap.haskell at gmail.com Wed Oct 20 00:58:58 2021 From: pratap.haskell at gmail.com (Pratap Pachipulusu) Date: Tue, 19 Oct 2021 20:58:58 -0400 Subject: [Haskell-beginners] Looking for training In-Reply-To: References: Message-ID: Thank you Mukesh!! On Mon, Oct 18, 2021 at 7:43 PM mukesh tiwari wrote: > Try http://learnyouahaskell.com/. I found it very helpful when I was > learning Haskell. In addition, try to solve problems because it will force > you to think in Haskell. > > Best, > Mukesh > > On Tue, Oct 19, 2021 at 10:11 AM Pratap Pachipulusu < > pratap.haskell at gmail.com> wrote: > >> Hello Members, >> >> Could you please suggest good haskell resources to start learning from >> scratch. I would love to be on top of it. >> >> Thanks, >> Pratap P. >> _______________________________________________ >> Beginners mailing list >> Beginners at haskell.org >> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners >> > _______________________________________________ > Beginners mailing list > Beginners at haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pratap.haskell at gmail.com Wed Oct 20 00:59:52 2021 From: pratap.haskell at gmail.com (Pratap Pachipulusu) Date: Tue, 19 Oct 2021 20:59:52 -0400 Subject: [Haskell-beginners] Looking for training In-Reply-To: References: Message-ID: Thank you Frank!! On Mon, Oct 18, 2021 at 7:51 PM Frank Martinez wrote: > LYAH is definitely good; the only downside is making sure You completely > forget everything You know about programming first, a task which can be > difficult for some. > > On Mon, Oct 18, 2021 at 19:42 mukesh tiwari > wrote: > >> Try http://learnyouahaskell.com/. I found it very helpful when I was >> learning Haskell. In addition, try to solve problems because it will force >> you to think in Haskell. >> >> Best, >> Mukesh >> >> On Tue, Oct 19, 2021 at 10:11 AM Pratap Pachipulusu < >> pratap.haskell at gmail.com> wrote: >> >>> Hello Members, >>> >>> Could you please suggest good haskell resources to start learning from >>> scratch. I would love to be on top of it. >>> >>> Thanks, >>> Pratap P. >>> _______________________________________________ >>> Beginners mailing list >>> Beginners at haskell.org >>> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners >>> >> _______________________________________________ >> Beginners mailing list >> Beginners at haskell.org >> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners >> > -- > P.S.: I prefer to be reached on BitMessage at > BM-2D8txNiU7b84d2tgqvJQdgBog6A69oDAx6 > _______________________________________________ > Beginners mailing list > Beginners at haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pratap.haskell at gmail.com Wed Oct 20 01:00:49 2021 From: pratap.haskell at gmail.com (Pratap Pachipulusu) Date: Tue, 19 Oct 2021 21:00:49 -0400 Subject: [Haskell-beginners] Looking for training In-Reply-To: References: Message-ID: Thank you !! On Tue, Oct 19, 2021 at 12:14 AM Francesco Ariis wrote: > Can’t go wrong with CIS194 [1]: free, thorough, made by a respected > Haskeller, with exercises & solutions > > [1] https://www.seas.upenn.edu/~cis194/fall16/ > > Il 18 ottobre 2021 alle 19:10 Pratap Pachipulusu ha scritto: > > Hello Members, > > > > Could you please suggest good haskell resources to start learning from > > scratch. I would love to be on top of it. > > > > Thanks, > > Pratap P. > > > _______________________________________________ > > Beginners mailing list > > Beginners at haskell.org > > http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners > > _______________________________________________ > Beginners mailing list > Beginners at haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners > -------------- next part -------------- An HTML attachment was scrubbed... URL: From fernandobasso.br at gmail.com Wed Oct 20 09:01:58 2021 From: fernandobasso.br at gmail.com (Fernando Basso) Date: Wed, 20 Oct 2021 06:01:58 -0300 Subject: [Haskell-beginners] Looking for training In-Reply-To: References: Message-ID: <20211020090158.gmpzqpvjhucatjqk@gmail.com> On Mon, Oct 18, 2021 at 07:51:03PM -0400, Frank Martinez wrote: > LYAH is definitely good; the only downside is making sure You completely > forget everything You know about programming first, a task which can be > difficult for some. You must unlearn what you have learned. — Yoda > > On Mon, Oct 18, 2021 at 19:42 mukesh tiwari > wrote: > > > Try http://learnyouahaskell.com/. I found it very helpful when I was > > learning Haskell. In addition, try to solve problems because it will force > > you to think in Haskell. > > > > Best, > > Mukesh > > > > On Tue, Oct 19, 2021 at 10:11 AM Pratap Pachipulusu < > > pratap.haskell at gmail.com> wrote: > > > >> Hello Members, > >> > >> Could you please suggest good haskell resources to start learning from > >> scratch. I would love to be on top of it. > >> > >> Thanks, > >> Pratap P. > >> _______________________________________________ > >> Beginners mailing list > >> Beginners at haskell.org > >> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners > >> > > _______________________________________________ > > Beginners mailing list > > Beginners at haskell.org > > http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners > > > -- > P.S.: I prefer to be reached on BitMessage at > BM-2D8txNiU7b84d2tgqvJQdgBog6A69oDAx6 > _______________________________________________ > Beginners mailing list > Beginners at haskell.org > http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners