|
|
|
|
|
by amelius
4082 days ago
|
|
It is kind of nasty to break your code into basic blocks, and tie them using library functions. This will certainly not make things much cleaner! I was hoping one day Javascript could support "deep" coroutines, so we can keep on programming "sequentially" as we did before while still using asynchronous mechanisms. Perhaps there exist languages that compile to Javascript, that offer deep coroutines (?) |
|
Babel already enables them.