34a2eff5503abc1e6eb66af79dd187c7437baf58
[lambda.git] / offsite_reading.mdwn
1 Many of these links are to Wikipedia. You can learn a lot from such articles,
2 so long as you remember they may sometimes mislead or make mistakes. However, I
3 hope at this point in your education you'll have learned to be a guarded reader
4 even of authoritative treatises by eminent authors. So you shouldn't need any
5 Wikipedia-specific warnings.
6
7 For most readers, many bits of reading we point you to will be hairy in one way
8 or another. It may be aimed at audiences with more programming experience; it
9 may be aimed at audiences with specific logical background you don't yet have;
10 it may be aimed at audiences familiar with technical areas in linguistics you're
11 first encountering. Or perhaps several of these at once. We hope you will
12 already have mastered the skill of leveraged reading: getting what you can out
13 of an article you don't fully understand, so that you can discuss it with the rest of
14 the group and hopefully get to a point where you can read it again and
15 get more out of. (Rinse and repeat.)
16
17 ## Functions ##
18
19 *       [[!wikipedia Higher-order function]]
20 *       [[!wikipedia First-class function]]
21 *       [[!wikipedia Currying]]
22
23 ## Functional vs imperative programming ##
24
25 *       [[!wikipedia Declarative programming]]
26 *       [[!wikipedia Functional programming]]
27 *       [[!wikipedia Purely functional]]
28 *       [[!wikipedia Referential transparency (computer science)]]
29 *       [[!wikipedia Imperative programming]]
30
31 ## General issues about variables and scope in programming languages ##
32
33 *       [[!wikipedia Variable (programming) desc="Variables"]]
34 *       [[!wikipedia Free variables and bound variables]]
35 *       [[!wikipedia Variable shadowing]]
36 *       [[!wikipedia Name binding]]
37 *       [[!wikipedia Name resolution]]
38 *       [[!wikipedia Parameter (computer science) desc="Function parameters"]]
39 *       [[!wikipedia Scope (programming) desc="Variable scope"]]
40 *       [[!wikipedia Closure (computer science) desc="Closures"]]
41
42 ##[[Learning Scheme]]##
43
44 ## Untyped lambda calculus and combinatory logic ##
45
46 *       [[!wikipedia Lambda calculus]]
47 <!-- Haskell Curry had ideas that he felt were validated upon reading a 1924 paper by M. Schönfinkel "Uber die Bausteine der mathematischen Logik" which used combinators in a similar way to his own ideas. Haskell then wrote "An analysis of logical substitution" which appeared in the American Journal of Mathematics in 1929. -->
48 *       [[!wikipedia Moses Schönfinkel]]
49 *       [[!wikipedia Haskell Curry]]
50 *       [[!wikipedia Alonzo Church]]<p>
51 *       [[!wikipedia Church encoding]]
52
53 *       [[!wikipedia Combinatory logic]]
54 *       [Combinatory logic](http://plato.stanford.edu/entries/logic-combinatory/) at the Stanford Encyclopedia of Philosophy
55 *       [[!wikipedia SKI combinatory calculus]]
56 *       [[!wikipedia B,C,K,W system]]
57 *       Jeroen Fokker, "The Systematic Construction of a One-combinator Basis for Lambda-Terms" <cite>Formal Aspects of Computing</cite> 4 (1992), pp. 776-780.
58         <http://people.cs.uu.nl/jeroen/article/combinat/combinat.ps>
59 *       [Chris Barker's Iota and Jot](http://semarch.linguistics.fas.nyu.edu/barker/Iota/)<p>
60
61 *       [To Dissect a Mockingbird](http://dkeenan.com/Lambda/index.htm)
62 *       [Combinator Birds](http://www.angelfire.com/tx4/cus/combinator/birds.html)
63 *   [Les deux combinateurs et la totalite](http://www.paulbraffort.net/j_et_i/j_et_i.html) by Paul Braffort.
64
65 ## Evaluation Order ##
66
67 *       [[!wikipedia Evaluation strategy]]
68 *       [[!wikipedia Eager evaluation]]
69 *       [[!wikipedia Lazy evaluation]]
70 *       [[!wikipedia Strict programming language]]
71
72 ## Confluence, Normalization, Undecidability ##
73
74 *       [[!wikipedia Church-Rosser theorem]]
75 *       [[!wikipedia Normalization property]]
76 *       [[!wikipedia Turing completeness]]<p>
77 *       [Scooping the Loop Snooper](http://www.cl.cam.ac.uk/teaching/0910/CompTheory/scooping.pdf), a proof of the undecidability of the halting problem in the style of Dr Seuss by Geoffrey K. Pullum
78
79
80 ## Recursion and the Y Combinator ##
81
82 *       [[!wikipedia Recursion (computer science) desc="Recursion"]]
83 *       [[!wikipedia Y combinator]]
84 *       [Chapter 9 from The Little Schemer](http://www.ccs.neu.edu/home/matthias/BTLS/sample.ps) on the Y Combinator "...and Again, and Again, and Again..."
85 *       [The Y combinator](http://mvanier.livejournal.com/2700.html)
86 *       [The Why of Y](http://www.dreamsongs.com/NewFiles/WhyOfY.pdf)
87 *       [The Y Combinator (Slight Return), or: How to Succeed at Recursion Without Really Recursing](http://mvanier.livejournal.com/2897.html)
88 *       [Y Combinator for Dysfunctional Non-Schemers](http://rayfd.wordpress.com/2007/05/06/y-combinator-for-dysfunctional-non-schemers/)
89 *       [The Y Combinator](http://www.ece.uc.edu/~franco/C511/html/Scheme/ycomb.html)
90 *       [The Y Combinator](http://dangermouse.brynmawr.edu/cs245/ycomb_jim.html) derives the applicative-order Y-combinator from scratch, in Scheme. This derivation is similar in flavor to the derivation found in The Little Schemer, but uses a slightly different starting approach...
91 *   [The church of the least fixed point, by Sans Pareil](http://www.springerlink.com/content/n4t2v573m58g2755/)
92
93
94 ## Types ##
95
96 *       [[!wikipedia Tagged union]]
97 *       [[!wikipedia Algebraic data type]]
98 *       [[!wikipedia Recursive data type]]
99 *       [[!wikipedia Pattern matching]]
100 *       [[!wikipedia Unit type]]
101 *       [[!wikipedia Bottom type]]
102 *       [[!wikipedia Typed lambda calculus]]
103 *       [[!wikipedia Simply typed lambda calculus]]
104 *       [Type Theory](http://plato.stanford.edu/entries/type-theory/) at the Stanford Encyclopedia of Philosophy
105 *       [Church's Type Theory](http://plato.stanford.edu/entries/type-theory-church/) at the Stanford Encyclopedia of Philosophy
106 *       [[!wikipedia Type polymorphism]]
107 *       [[!wikipedia System F]]
108
109
110 ##[[Learning OCaml]]##
111
112
113 ## Side-effects / mutation ##
114
115 *       [[!wikipedia Side effect (computer science) desc="Side effects"]]
116 *       [[!wikipedia Reference (computer science) desc="References"]]
117 *       [[!wikipedia Pointer (computing) desc="Pointers"]]
118 *       [Pointers in OCaml](http://caml.inria.fr/resources/doc/guides/pointers.html)
119
120 ## Monads ##
121
122 *       [[!wikipedia Monad (functional programming) desc="Monads in Functional Programming"]]
123 *       [A Gentle Intro to Haskell: About Monads](http://www.haskell.org/tutorial/monads.html)
124 *       [Understanding Haskell Monads](http://ertes.de/articles/monads.html)
125 *       [The State Monad: a tutorial for the confused?](http://coder.bsimmons.name/blog/2009/10/the-state-monad-a-tutorial-for-the-confused/)
126 *       [Beyond Monads](http://blog.sigfpe.com/2009/02/beyond-monads.html)
127 *       [Simple Explanation of a Monad](http://math.stackexchange.com/questions/405/simple-explanation-of-a-monad)
128 *       [What is a Monad?](http://stackoverflow.com/questions/44965/what-is-a-monad)
129 *       [Can Anyone Explain Monads?](http://stackoverflow.com/questions/2366/can-anyone-explain-monads)
130 *       [Monad in Plain English...](http://stackoverflow.com/questions/2704652/monad-in-plain-english-for-the-oop-programmer-with-no-fp-background)
131 *       [Monad in non-programming terms](http://stackoverflow.com/questions/3261729/monad-in-non-programming-terms)
132 *       [Real World Haskell: chapter on Monads](http://book.realworldhaskell.org/read/monads.html)
133 *       [Learn You a Haskell for Great Good: chapter on Functors, Applicative Functors and Monoids](http://www.learnyouahaskell.com/functors-applicative-functors-and-monoids)
134 *       Monads are Elephants:
135 [Part 1](http://james-iry.blogspot.com/2007/09/monads-are-elephants-part-1.html)
136 [Part 2](http://james-iry.blogspot.com/2007/10/monads-are-elephants-part-2.html)
137 [Part 3](http://james-iry.blogspot.com/2007/10/monads-are-elephants-part-3.html)
138 [Part 4](http://james-iry.blogspot.com/2007/11/monads-are-elephants-part-4.html)
139 *       [Brian Beckman: Don't fear the Monad (67 minute video)](http://channel9.msdn.com/shows/Going+Deep/Brian-Beckman-Dont-fear-the-Monads/)
140 *       [A monad non-tutorial...or why you shouldn't ask what a monad is](http://strongtyped.blogspot.com/2010/01/monad-non-tutorial.html)
141 *       [The Mother of all Monads](http://blog.sigfpe.com/2008/12/mother-of-all-monads.html)
142 *       [You Could Have Invented Monads! (And Maybe You Already Have.)](http://blog.sigfpe.com/2006/08/you-could-have-invented-monads-and.html)
143 *       [Monads! (and Why Monad Tutorials Are All Awful)](http://ahamsandwich.wordpress.com/2007/07/26/monads-and-why-monad-tutorials-are-all-awful/)
144 *       [Of monads and spacesuits (archived)](http://www.iterasi.net/openviewer.aspx?sqrlitid=ixx7fcluvek_9lfolsxr_g)
145 *       [Haskell wikibook: Understanding monads](http://en.wikibooks.org/wiki/Haskell/Understanding_monads)
146 *       Haskell state monads: [part 1](http://mvanier.livejournal.com/1765.html) [part 2](http://mvanier.livejournal.com/1901.html)
147 *       [How not to explain Haskell monads](http://mvanier.livejournal.com/1205.html)
148 *       Yet Another Monad Tutorial: [part 1](http://mvanier.livejournal.com/3917.html) [part 2](http://mvanier.livejournal.com/4305.html)
149         [part 3](http://mvanier.livejournal.com/4586.html) [part 4](http://mvanier.livejournal.com/4647.html)
150 *       [Research Papers/Monads and Arrows](http://www.haskell.org/haskellwiki/Research_papers/Monads_and_arrows)
151
152 ## Monads in Category Theory ##
153
154 *       [Category Theory at SEP](http://plato.stanford.edu/entries/category-theory/)
155 *       [[!wikipedia Category theory]]
156 *       [[!wikipedia Category (mathematics) desc="Category"]]
157 *       [[!wikipedia Morphism]]
158 *       [[!wikipedia Functor]]
159 *       [[!wikipedia Natural transformation]]
160 *       [[!wikipedia Monad (category theory) desc="Monads in category theory"]]
161 *       [Haskell/Category Theory](http://en.wikibooks.org/wiki/Haskell/Category_theory)
162 *       [Category Theory & Functional Programming](http://blog.mestan.fr/2009/01/09/category-theory-functional-programming/)
163 *       [Learning Haskell through Category Theory, and Adventuring in Category Land](http://dekudekuplex.wordpress.com/2009/01/16/learning-haskell-through-category-theory-and-adventuring-in-category-land-like-flatterland-only-about-categories/)
164 *       [Resources for learning practical category theory](http://mathoverflow.net/questions/903/resources-for-learning-practical-category-theory)
165 *       [A Partial Ordering of some Category Theory applied to Haskell](http://blog.sigfpe.com/2010/03/partial-ordering-of-some-category.html)
166
167
168 ## The Curry-Howard Correspondence ##
169 *       The [[!wikipedia Curry-Howard isomorphism]]
170 *       [The Curry-Howard correspondence in Haskell](http://www.thenewsh.com/~newsham/formal/curryhoward/)
171 *       [The Curry-Howard Isomorphism](http://en.wikibooks.org/wiki/Haskell/The_Curry-Howard_isomorphism) at Haskell wiki<p>
172
173
174 ## Continuations ##
175
176 *       [[!wikipedia Continuation]]
177 *       [[!wikipedia Continuation-passing style]]
178 *       [[!wikipedia Call-with-current-continuation]]
179 *       [Intro to call/cc](http://community.schemewiki.org/?call-with-current-continuation) at SchemeWiki
180 *       [Call With Current Continuation](http://www.c2.com/cgi/wiki?CallWithCurrentContinuation)
181 *       [Continuations Made Simple and Illustrated](http://www.ps.uni-saarland.de/~duchier/python/continuations.html)
182 *       [Continuation kata](http://programming-musings.org/2006/02/12/continuation-kata/)
183 *       [Understanding continuations](http://keithdevens.com/weblog/archive/2004/Jul/11/continuations) [Commentary](http://lambda-the-ultimate.org/node/86)
184 *       [Continuations In Scheme](http://tech.phillipwright.com/2010/05/23/continuations-in-scheme/)
185 *       [Understanding Scheme Continuations](http://sanjaypande.blogspot.com/2004/06/understanding-scheme-continuations.html). This is tagged "Part I" but I think there's no further parts.
186 *       [Continuations for Curmudgeons](http://www.intertwingly.net/blog/2005/04/13/Continuations-for-Curmudgeons) [Commentary](http://lambda-the-ultimate.org/node/643)
187 *       [Haskell wiki on Continuations](http://www.haskell.org/haskellwiki/Continuation)<p>
188 *       [[!wikipedia Delimited continuation]]
189 *       [Composable Continuations Tutorial](http://community.schemewiki.org/?composable-continuations-tutorial) at SchemeWiki
190 *       [Post by Ken](http://lambda-the-ultimate.org/node/1197#comment-12927) on Lambda the Ultimate explaining difference between undelimited and delimited continuations
191 *       [shift, reset and streams](http://chneukirchen.org/blog/archive/2005/04/shift-reset-and-streams.html)
192 *       [guile and delimited continuations](http://www.wingolog.org/archives/2010/02/26/guile-and-delimited-continuations)
193 *       [Delimited continuations in Scala](http://blog.richdougherty.com/2009/02/delimited-continuations-in-scala_24.html)
194 *       [Delimited Continuations Explained (in Scala)](http://dcsobral.blogspot.com/2009/07/delimited-continuations-explained-in.html)
195 *       [Partial Continuations](http://www.bluishcoder.co.nz/articles/scheme/partial-continuations.html)
196 *       Delimited Continuations in MzScheme:
197 [Part 1](http://schemekeys.blogspot.com/2006/11/prompts-their-interaction-with-dynamic.html)
198 [Part 2](http://schemekeys.blogspot.com/2006/12/delimited-continuations-in-mzscheme.html)
199 [Part 3](http://schemekeys.blogspot.com/2007/01/going-further-with-primitives.html)
200 [Part 4](http://schemekeys.blogspot.com/2007/01/odd-and-ends.html)<p>
201 *       [Online Bibliography of Scheme Research: Continuations and Continuation Passing Style](http://library.readscheme.org/page6.html)
202 *       [Delimited continuations in natural language semantics](http://okmij.org/ftp/gengo/)
203
204
205 ## Linear Logic ##
206
207 *       [[!wikipedia Linear logic]]
208
209