“Haskell”版本间的差异
来自iCenter Wiki
(→简介) |
(→学习教程) |
||
第14行: | 第14行: | ||
[https://rwh.readthedocs.io Real_World_Haskell-中文版] | [https://rwh.readthedocs.io Real_World_Haskell-中文版] | ||
+ | |||
+ | |||
+ | =安装= | ||
+ | |||
+ | GHC (the compiler), and build tools (primarily Cabal and Stack) are installed globally on your system | ||
+ | |||
+ | https://www.haskell.org/downloads/ | ||
+ | |||
+ | Cabal haskell包管理器 | ||
+ | |||
+ | 比如: | ||
+ | |||
+ | cabal install HUnit | ||
+ | |||
+ | Stack (Build Tool) |
2019年8月25日 (日) 03:06的版本
Haskell编程语言
简介
函数式编程
学习教程
CIS194: Introduction to Haskell (Spring 2013)
安装
GHC (the compiler), and build tools (primarily Cabal and Stack) are installed globally on your system
https://www.haskell.org/downloads/
Cabal haskell包管理器
比如:
cabal install HUnit
Stack (Build Tool)