What are some good links for diving into Haskell and functional programming in general?
一般来说,潜入Haskell和函数式编程有什么好的链接?
5 个解决方案
#2
Learn You a Haskell for Great Good feels a bit like a Haskell version of Why's (Poignant) Guide to Ruby. Lisperati has a neat Haskell tutorial based on making people happy at a picnic using simulated annealing; it only uses the word "monad" three times!
了解一下Haskell for Great Good感觉有点像Haskell版本的Why's(Poignant)Ruby指南。 Lisperati有一个简洁的Haskell教程,基于让人们在使用模拟退火的野餐时快乐;它只使用“monad”这个词三次!
#3
There's also Yet Another Haskell Tutorial and A Gentle Introduction to Haskell
还有另一个Haskell教程和Haskell的温和介绍
#4
If you are going to look at Real World Haskell then be sure to sign up for the Real World Haskell Book Club which is a great discussion group and which will also be having regular virtual meeting to go chapter-by-chapter through the book.
如果您要查看Real World Haskell,请务必注册Real World Haskell Book Club,这是一个很棒的讨论组,并且还将定期举行虚拟会议,逐章贯穿本书。
#5
An oldie but a goodie: "Haskell: The Craft of Functional Programming"
一个老人,但是一个好东西:“Haskell:功能编程工艺”
#1
Real World Haskell is pretty good for a start.
真实世界Haskell一开始就相当不错。
#2
Learn You a Haskell for Great Good feels a bit like a Haskell version of Why's (Poignant) Guide to Ruby. Lisperati has a neat Haskell tutorial based on making people happy at a picnic using simulated annealing; it only uses the word "monad" three times!
了解一下Haskell for Great Good感觉有点像Haskell版本的Why's(Poignant)Ruby指南。 Lisperati有一个简洁的Haskell教程,基于让人们在使用模拟退火的野餐时快乐;它只使用“monad”这个词三次!
#3
There's also Yet Another Haskell Tutorial and A Gentle Introduction to Haskell
还有另一个Haskell教程和Haskell的温和介绍
#4
If you are going to look at Real World Haskell then be sure to sign up for the Real World Haskell Book Club which is a great discussion group and which will also be having regular virtual meeting to go chapter-by-chapter through the book.
如果您要查看Real World Haskell,请务必注册Real World Haskell Book Club,这是一个很棒的讨论组,并且还将定期举行虚拟会议,逐章贯穿本书。
#5
An oldie but a goodie: "Haskell: The Craft of Functional Programming"
一个老人,但是一个好东西:“Haskell:功能编程工艺”