91
What the F#
(whatthefsharp.com)
Post funny things about programming here! (Or just rant about your favourite programming language.)
I think the explanation they provide is a bit lacking as well. Defining an anonymous function doesn't "create a reference" to any variables it uses, it captures the scope in which it was defined and retains existing references.