Is there any attempt to bring async/await feature from C# 5.0 to any language which can be compiled to JavaScript (such as CoffeScript)? (So it can be used
For completeness: I have found that Saltarelle Compiler (which actually compiles C# to JavaScript) also supports await/async.