pull down to refresh
155 sats \ 2 replies \ @kepford 22 Aug \ on: Deno standard library has its first major release devs
I haven't followed Deno. Do you remember io.js? It was a fork of NodeJS. Any chance Deno gets merged into NodeJS or is that even possible?
Nodejs is written in C/C++ last I checked, and Deno is written in Rust, so they can share ideas and anything written in JS that doesn't make assumptions about the runtime/stdlib at most.
I don't remember https://github.com/nodejs/iojs.org but Bun has become pretty popular recently as a nodejs-alternative Javascript engine. It's still too nodejs-like for my liking though. Deno feels like golang without having to write golang.