Add to Technorati Favorites

Archive for September 12th, 2013

Promises are first-class objects for function calls

Thursday, September 12th, 2013 Posted under deferreds, javascript, programming, python, twisted. | 17 Comments »

Have you ever programmed in a language without functions as first-class objects? You can't return a function from a function, can't pass a function as an argument, and you certainly ... Read more..