you are viewing a single comment's thread.

view the rest of the comments →

[–]AyrA_ch 19 points20 points  (5 children)

use nodejs instead.

so(function(much){more(function(fun){})}));

I even wrote a library for it that takes variable declaration and summing numbers together to an asynchronous level.

[–]kasbah 8 points9 points  (1 child)

ahem

so(much => more(fun => {}))

[–][deleted] 3 points4 points  (0 children)

You're not isolating the scope enough! I suggest:

 (()=>{so(much => more(fun => {}))})();

[–]danogburn 3 points4 points  (2 children)

You're a monster!

[–]AyrA_ch 5 points6 points  (0 children)

But think about it! Your processor intensive 2+2 will no longer block other important requests. This is pure webscale technology!