|
|
|
|
|
by rian
5367 days ago
|
|
IMHO i think node.js sucks because it forces you to manually pass callbacks around. can't it remember my call site for me and use coroutines or call/cc or yield or something? even fork() exists on UNIX (or pthread_create()). why is passing callbacks around the answer? it's like using GOTO. |
|
I'm sure things will be a lot better if/when the V8 engine supports let/yield.