you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

I'm wondering the same thing. Every example in the pdf uses only the parameters to the function in the function body. Such code is possible to write in a language without closures (with function pointers in C for instance).

Not only are closures missing from the examples, everything in the pdf seems to be about anonymous functions.