Hacker News new | ask | show | jobs
by codeptualize 1622 days ago
You are probably right. It would be nice if node adopted it, I agree that it's unlikely to replace, but I do hope it can at least coexist.

I use Deno mainly for simple scripts with Typescript. In nodejs I always find myself having to configure the environment, while in Deno it mostly just runs.

I also like the Deno standard library.