TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A History of Haskell

79 pointsby prtkover 13 years ago

2 comments

joeyhover 13 years ago
Seems like there are fewer haskell talks going out now on the net than there were in '09 or '07. Though the older talks as collected at &#60;<a href="http://haskell.org/haskellwiki/Video_presentations&#62" rel="nofollow">http://haskell.org/haskellwiki/Video_presentations&#62</a>; are a great resource still.<p>Or are they just becoming more high level? &#60;<a href="http://vimeo.com/channels/galois&#62" rel="nofollow">http://vimeo.com/channels/galois&#62</a>; has lots of new, seemingly esoteric talks.<p>Anyone know of any good sources for new intermediate level haskell talks?
评论 #2931914 未加载
reirobover 13 years ago
I read the paper. It is great for beginners of Haskell or enthusiasts that want to learn how it started and why particular choices have been made. Although this paper is from 2007 it covers so much of the bases in Haskell. For example I did not know that at the beginning Monads were NOT part of Haskell and that they joined very late.<p>I hope this paper will be updated soon, especially because from what I understand in the meantime there is a new Haskell Report 2010.<p>I am new to Haskell, but even while it is very difficult for me to learn it, this language is so beautiful it is the only one that hooked me since the last language that I had to learn seriously (15 years ago).