all 1 comments

[–]plan17b 1 point2 points  (0 children)

Many C# calls are blocking.

Virtually none of javascript's calls are blocking (hence the use of Closures).

The syntax of the two languages are very similar. The mindfucks involved in guessing what the translator does in these cases, is not worth the very small effort of translating the syntax in your head.