X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=schedule_of_topics.mdwn;h=52455c5ec94b4177cb8c4786d7d09b3e98f50597;hp=3d704baed887d902e6df08501045bc0d265693bb;hb=2bfe2dd7229e77118182ed283cede3a358f6ed8a;hpb=a747364debb7e1e2349d8d33b1ac0b369b0bdb9f diff --git a/schedule_of_topics.mdwn b/schedule_of_topics.mdwn index 3d704bae..52455c5e 100644 --- a/schedule_of_topics.mdwn +++ b/schedule_of_topics.mdwn @@ -29,7 +29,7 @@ This is very sketchy at this point, but it should give a sense of our intended s 13. Representing lists as folds 14. Typical higher-order functions: map, filter, fold -15. Recursion exploiting the fold-like representation of numbers and lists (deforestation, zippers) +15. Recursion exploiting the fold-like representation of numbers and lists ([deforestation](http://en.wikipedia.org/wiki/Deforestation_%28computer_science%29), [zippers](http://en.wikipedia.org/wiki/Zipper_%28data_structure%29)) 16. General recursion using omega 17. The Y combinator(s); more on evaluation strategies