About this document
Lex Curry and Higher-Order Functions by Google Doc is a document available to read on EtoBox.
This document summarizes Section 3 of a Coursera programming languages course. It covers topics like first-class functions, higher-order functions, polymorphic types, anonymous functions, closures, and lexical scoping. Functions can be passed as arguments to other functions, returned from functions, and defined anonymously inline. Closures allow functions to close over variables from an enclosing scope. Lexical scoping means a function
- Author
- Google Doc
- Language
- EN