As a node.js practitioner, I am actively using coffeescript and functions based on promises. Recently I have found out iced coffeescript, and I wonder whether my approach can go along with "iced await defer" one.
So here is my question, is there any support for the promises implemented or planned for the iced coffeescript? Or would rather iced coffeescript made me come back to the callback functions world?
Also as a side question, as far as my knowledge goes, there is an ECMAscript 7 draft to introduce await async patten to solve the issue. Is iced coffeescript team planning to blend on it if it will become standard?
Cheers.