-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Zhen Chen edited this page Sep 10, 2019
·
6 revisions
Welcome to the learnHaskell wiki!
Haskell编程语言
函数式编程(functional programming)源自1932年由Alonzo Church提出的Lambda演算。
Haskell编程语言是函数式编程语言的代表。
Princeton: CS-441: Programming Languages (Fall 2011)
UPenn: CIS-194: Introduction to Haskell (Spring 2013)
Stanford: functional systems in Haskell
Thinking Functionally with Haskell /pearls_fp_haskell_code/
A Gentle Introduction to Haskell
GHC (the compiler), and build tools (primarily Cabal and Stack) are installed globally on your system
http://hackage.haskell.org/platform
https://www.haskell.org/downloads/
Cabal haskell包管理器
比如:
cabal install HUnit
Stack (Build Tool)
清华大学iCenter人工智能系统实验室