http://qs321.pair.com?node_id=719477


in reply to Re: Lexical closures
in thread Lexical closures

Nope, lambda does the same. Python function definitions also create closures, BTW. And it still doesn't explain why the same happens in Common Lisp and Javascript, both of which support closures.