Haskell MOOC
ヘルシンキ大学によるHaskellのMOOC
This is an online course on functional programming that uses the Haskell programming language.
This course is aimed at beginners who wish to learn functional programming, but also people who have experience with functional programming and want to learn Haskell in particular.
https://haskell.mooc.fi
tommyはこれを使って学習中
/icons/hr.icon
tommy.icon
2023-02-05
1.7 までやった
今日のまとめ
Part 1 covers the basics of Haskell syntax and features. You will learn about recursion, higher-order functions, algebraic data types and some of Haskell’s advanced features. However, part 1 will stick to pure functional programming, without side-effects. I/O and Monads will be introduced in part 2.
/icons/よさそう.icon
Haskellの名前は論理学者のHaskell Curryから来ている
遅延による無限リストすごい
ElmもHaskellで書かれている
StackはApple Sillicon用に非公式?バイナリを落としてきた
シングルバイナリなのね
IntとIntegerがある
これからが楽しみ