“Haskell”版本间的差异

来自iCenter Wiki
跳转至: 导航搜索
教程
学习课程
第9行: 第9行:
 
=学习课程=
 
=学习课程=
  
[https://www.seas.upenn.edu/~cis194/spring13/ CIS-194: Introduction to Haskell (Spring 2013)]
+
UPenn: [https://www.seas.upenn.edu/~cis194/spring13/ CIS-194: Introduction to Haskell (Spring 2013)]
  
[http://www.cs.princeton.edu/~dpw/cos441-11/index.html CS-441: Programming Languages (Fall 2011)]
+
Princeton: [http://www.cs.princeton.edu/~dpw/cos441-11/index.html CS-441: Programming Languages (Fall 2011)]
 +
 
 +
Stanford: [http://www.scs.stanford.edu/16wi-cs240h/ functional systems in Haskell]
  
 
=教程=
 
=教程=

2019年9月2日 (一) 08:45的版本

Haskell编程语言

简介

函数式编程

Lambda演算

学习课程

UPenn: CIS-194: Introduction to Haskell (Spring 2013)

Princeton: CS-441: Programming Languages (Fall 2011)

Stanford: functional systems in Haskell

教程

Real_World_Haskell

Real_World_Haskell-中文版

Haskell Fan Site

安装

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)