Hacker News new | ask | show | jobs
by nyadesu 1358 days ago
> What's better with Deno?

Scripting, tooling/IDE support (webstorm support is pretty good), documentation and standardization, infrastructure as code

> What's still worse?

Node/NPM compatibility is still hit or miss depending on the library you're trying to use, that's something Bun is trying to improve over Deno.

Also, typescript types feel very hacky and I feel that's something very important as one of Deno's biggest selling points is typescript first-class support, definitely typed is doing most of the heavy lifting but things aren't perfect.