mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-23 09:58:12 +08:00
create haskell-mooc.en.md
This commit is contained in:
parent
d678019357
commit
ade6143222
1 changed files with 30 additions and 0 deletions
30
docs/编程入门/Haskell-MOOC.en.md
Normal file
30
docs/编程入门/Haskell-MOOC.en.md
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Haskell MOOC
|
||||
|
||||
## Descriptions
|
||||
|
||||
- Offered by: University of Helsinki
|
||||
- Prerequisites: None
|
||||
- Programming Languages: Haskell
|
||||
- Difficulty: 🌟🌟
|
||||
- Class Hour: Varying according to the learner
|
||||
|
||||
Topics covered by the course:
|
||||
|
||||
- Pure Function
|
||||
- Lazy Evaluation
|
||||
- Strongly Typed
|
||||
- Type Inferred
|
||||
- Curry
|
||||
- Monoid / Functor / Monad / Applicative
|
||||
|
||||
## Course Resources
|
||||
|
||||
- Course Website: <https://haskell.mooc.fi/>
|
||||
- Recordings: None
|
||||
- Textbooks: <https://haskell.mooc.fi/>
|
||||
- Assignments: <https://github.com/moocfi/haskell-mooc>
|
||||
- Community: <https://t.me/haskell_mooc_fi>
|
||||
|
||||
## Personal Resources
|
||||
|
||||
All the resources and assignments used by @showtheunli in this course are maintained in [showthesunli/haskell-mooc - GitHub](https://github.com/showthesunli/haskell-mooc). (It is highly discouraged to refer to other people's implementations when working on assignments.)
|
||||
Loading…
Reference in a new issue