cs-self-learning/docs/编程入门/Haskell-MOOC.en.md
2022-12-31 10:11:53 +08:00

864 B

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

Personal Resources

All the resources and assignments used by @showtheunli in this course are maintained in showthesunli/haskell-mooc - GitHub. (It is highly discouraged to refer to other people's implementations when working on assignments.)