Deno is Node Corrected

Node's author focused on async programming and left most everything else to fall into place on its own. Now with Deno he goes back to visit subsequent decisions that haven't worked out as well as they could have. site

YOUTUBE M3BM9TB-8yA Published Jun 6, 2018.

I tried to note the regrets as he spoke and seem to have missed one of the ten.

- no promises - no security - weak build (gyp) - no ffi - weak libuv autotools - weak package.json (require) - weak node_modules (vendored by default) - no extension (.js) on require - weak index.js

.

No promises and Distributed Programming ...