Live data from Hacker News

Paul Hudak, co-creator of Haskell, has died

messages.yale.edu

61–70 of 98 posts

Re: Paul Hudak, co-creator of Haskell, has died

#61

Earlier quoted context omitted.

>but when working on material like this on your own it is a slog because both of these courses are designed to be taught live. So beware. However they are probably the best courses available online. Definitely, this is why we're working on a book. We acknowledge cis194 and NICTA course are difficult and designed to be done as part of a class. That's also why we suggest Thompson's book as a fallback. There isn't a boo…

Good answers. To be clear I am not complaining. Actually I love it. I love struggling through it and the feeling of triumph when solving those problems. I think the difficulty is a rite of passage to become a functional programmer, however smoother ramps would help, and I am sure your book will be a great help and is much needed.

>To be clear I am not complaining.

Oh sure, I didn't figure you were. I just wanted (other) people to understand that, yes, we're aware of the friction and difficulties and that we're working on it.

>I think the difficulty is a rite of passage to become a functional programmer

Hum. There's some place and purpose for this, such as with professional fields like law and medicine. I'm not sure add'l difficulty beyond what is essential to understanding the material is valuable except as a historic social "glue" for embattled/relatively small programming language communities like Haskell and ML.

>I am sure your book will be a great help and is much needed.

We hope so and believe it'll be an improvement. We've been testing the material pretty aggressively with people completely new to programming. We're going to start testing with people that already code but don't know FP soon.

If the book sells well enough, we've got follow-up books in mind (4+ in the queue).

Re: Paul Hudak, co-creator of Haskell, has died

#66
post #33

Earlier quoted context omitted.

what is a 'black bar'?

On HN the top orange[1] bar is sometimes changed to black when someone significant[2] to computing dies. [1] orange unless you've got enough karma to set it to some other value [2] significant to computing is not the right phrase here, sorry for clumsiness.

got it, thanks for the explanation. I figured it was something like that, but wanted to be sure :)

Re: Paul Hudak, co-creator of Haskell, has died

#67
I had the great fortune to have him serve as my senior advisor when I was an undergrad. A warm and wonderful man.

I'll never forget the feeling of awe I had in one of his classes when he showed us that the function `fix`, defined as `fix f = f (fix f)`, could in fact be used to compute things!

Re: Paul Hudak, co-creator of Haskell, has died

#68
post #14

I'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

#69
Paul has been a huge inspiration for me. For a time, I would read printed copies of his papers during the ride home. He was also kind enough to make time for me when I emailed him with a question about his computer music code.

I believe I am better off because of Paul and I am sure many more feel the same way.

Re: Paul Hudak, co-creator of Haskell, has died

#70
Would 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 euros, it's the manual for one of his MOOCs , should I go with it?

Post reply on HN