我不想教你Haskell.
我不会描述如何设置Haskell编程环境,也不会向您展示如何编写和运行完整的Haskell程序,或者深入研究.
相反,我希望展示其“学术”理念,这些想法直接导致更干净、更易于维护的代码,从而解决实际问题。Contents
Introduction
AnA| ternate so|utⅰon
Required Experience
Structure
What this book is not
Haskell basics
Our Own Data Types
Patt
什么是函数式编程,相信有会有兴趣了解。纯函数有什么好处?什么是柯里化?这里有答案3
Introduction
This is the Simplified Chinese translation of mostly-adequate-guide, thank
Professor Franklin Risby for his great work
关于本书
这本书的主题是函数范式( functional paradigm),我们将使用 Javascr ipt这个世
界上最流行的函数式编程语言来讲