On 15/01/2014 05:23, Takeshi Yoshino wrote:
Moreover, I think algorithm may be allowed to be done either synchronously or asynchronously for some cases.
+1I did some work a while ago which made extensive use of promise-like constructs (viz. Mochikit "Deferred"), and the ability to compose synchronous and asynchronous operations in a common framework was an extremely useful feature.
#g --
