|
|
|
|
|
by mjs
6072 days ago
|
|
Well, is there any real different between a first-class function and a closure that closes over nothing? Is it possible for a language to support closures without first-class functions? How common is it to have first-class functions without closures? (I think Python sort of had this arrangement, but I think this is fixed now.) |
|
1. http://www.paulgraham.com/arclessons.html