[lambda] newbies of haskell

site: https://www.haskell.org/

tutorial: http://learnyouahaskell.com/chapters

 

只言片语

Recursion is important to Haskell because unlike imperative languages, 
you do computations in Haskell by declaring what something is instead of declaring how you get it.
That's why there are no while loops or for loops in Haskell and instead
we many times have to use recursion to declare what something is.

 

<<learn you a haskell for great good>>, 没有条理没有框架,不适合我。看到第八章,果断放弃。

posted on 2019-11-06 18:52  toong  阅读(162)  评论(0编辑  收藏  举报