Recent posts

Python: Lambdas as lexical closures

less than 1 minute read

A function that remembers the values from the enclosing lexical scope even when the program flow is no longer in that scope