“Haskell”版本间的差异
来自iCenter Wiki
(→学习课程) |
(→安装) |
||
第22行: | 第22行: | ||
GHC (the compiler), and build tools (primarily Cabal and Stack) are installed globally on your system | 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/ | https://www.haskell.org/downloads/ |
2019年8月26日 (一) 08:13的版本
Haskell编程语言
简介
函数式编程
学习课程
CIS-194: Introduction to Haskell (Spring 2013)
CS-441: Programming Languages (Fall 2011)
教程
安装
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)