Intro to Recursion (Haskell)

preview_player
Показать описание
Intro to Recursion
1. What is recursion?
2. Mutual recursion
3. Folds and unfolds
4. Corecursion
5. TCO (Tail call optimization/tail call elimination) in Haskell
6. The Y combinator and the fixed point
7. Recursion schemes (catamorphisms, anamorphisms, etc.)

By Elliot Cameron, at Louisville Haskell Meetup on October 25, 2016

Рекомендации по теме
Комментарии
Автор

Thanks for making this video. I think I am able to understand recursion schemes a bit better now. One thing that you covered which I feel others didn't talk about in their video is how the y combinator is used with the fix point type definition. Other videos just seemed to skip over this.

dustin
Автор



(Sorry, I couldn't help myself :-D )

MrTact