namgk / ambienttalk

Automatically exported from code.google.com/p/ambienttalk
0 stars 0 forks source link

Asynchronous function invocation #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Introduce the shorthand syntax fun<-(a,b,c) to denote fun<-apply([a,b,c]) such 
that remote 
references to closures are more easily invokable.

Original issue reported on code.google.com by tvcut...@gmail.com on 16 Sep 2008 at 2:09

GoogleCodeExporter commented 8 years ago
Invoking closures asynchronously is seldom done. Not really worth adding syntax.

Original comment by Botje.linux@gmail.com on 24 May 2013 at 1:36