Earlier quoted context omitted.
sixth
seventh. Haskell made me remember why i love programming.
Paul Hudak, co-creator of Haskell, has died
81–90 of 98 posts
Re: Paul Hudak, co-creator of Haskell, has died
#82The Haskell School of Expression is a beautiful book that I recommend to anyone that wants to learn Haskell, or to just appreciate functional programming. Also, I motion for a black bar.
Re: Paul Hudak, co-creator of Haskell, has died
#83Would you advise Haskell to someone who has just started programming (working on Learning Python the hard way) and is interested in learning mathematics (from the high school level onwards)? P.S. I want to study algorithms too but I'm just a beginner and the priority is mathematics (as it's one of the few subjects I seem to be able to concentrate on). I found a secondhand copy of Professor Sedgewick's book for ten eu…
I've been teaching a bit, and what worked was to start with Racket on How to Design Programs (http://www.ccs.neu.edu/home/matthias/HtDP2e/part_prologue.ht...) for a while and then switch over to Haskell material, like Learn You a Haskell.
Racket is a great language too in itself, and has terrific material for beginners.
Re: Paul Hudak, co-creator of Haskell, has died
#84Re: Paul Hudak, co-creator of Haskell, has died
#85Would you advise Haskell to someone who has just started programming (working on Learning Python the hard way) and is interested in learning mathematics (from the high school level onwards)? P.S. I want to study algorithms too but I'm just a beginner and the priority is mathematics (as it's one of the few subjects I seem to be able to concentrate on). I found a secondhand copy of Professor Sedgewick's book for ten eu…
If you are more interested in linear algebra or numerics, I would suggest to get to know numpy better.
Re: Paul Hudak, co-creator of Haskell, has died
#86Earlier quoted context omitted.
Any idea when is it going to be finished?
Late Fall, early Winter. It's about 40% done right now, 1/3 manuscript is just about ready for early access. We'll have it available for early access by the time LambdaConf happens if nothing goes badly.
It's probably just my laziness speaking, looking for excuse.
Re: Paul Hudak, co-creator of Haskell, has died
#87Earlier quoted context omitted.
Late Fall, early Winter. It's about 40% done right now, 1/3 manuscript is just about ready for early access. We'll have it available for early access by the time LambdaConf happens if nothing goes badly.
Ah, now I wonder if I should abandon my Haskell journey before this gets finished. It's probably just my laziness speaking, looking for excuse.
Re: Paul Hudak, co-creator of Haskell, has died
#88I've met and knew Paul for a time while I was in high school. Despite my interest then with CS, at that time, I had no idea until now that he was the inventor of Haskell or was involved in Computer Science at all. Independent to his contributions to the industry that I now love; I knew him as an extremely friendly and energetic person. He was well liked by all who came in contact with him and his absence will be wide…
Fellow Hamden High grad?
Re: Paul Hudak, co-creator of Haskell, has died
#89Would you advise Haskell to someone who has just started programming (working on Learning Python the hard way) and is interested in learning mathematics (from the high school level onwards)? P.S. I want to study algorithms too but I'm just a beginner and the priority is mathematics (as it's one of the few subjects I seem to be able to concentrate on). I found a secondhand copy of Professor Sedgewick's book for ten eu…
What kind of mathematics do you want to learn? If you are interested in discrete mathematics and algebra, Haskell has something to offer. I would also read http://www.amazon.com/Conceptual-Mathematics-First-Introduct... which is a great introduction (unspecific to code). If you are more interested in linear algebra or numerics, I would suggest to get to know numpy better.
Re: Paul Hudak, co-creator of Haskell, has died
#90Would you advise Haskell to someone who has just started programming (working on Learning Python the hard way) and is interested in learning mathematics (from the high school level onwards)? P.S. I want to study algorithms too but I'm just a beginner and the priority is mathematics (as it's one of the few subjects I seem to be able to concentrate on). I found a secondhand copy of Professor Sedgewick's book for ten eu…
Haskell is an amazing language. I've only spent a brief amount of time with it, but I've seen what others can do with it, and I'm very impressed. That said, I don't know that I'd recommend it to someone who has just started programming. I think that it'd be harder to appreciate it, since a lot of the rules that Haskell breaks / puts in place aren't things you've run into too often. I'd recommend becoming at least rel…