Hacker News new | ask | show | jobs
by lucian1900 4856 days ago
It seems odd that so many people defend callback nested chains. You end up writing in continuation passing style, when many compilers can do CPS transform for you (Scheme, C#, things like IcedCoffeeScript.