I still don't understand the true goal of Deno.<p>It started as "better node.js", with better security and modern tooling.
Better security was not achieved imo, it's not flexible enough but painful enough that you want to allow everything straight away. The module system suffers the same issues as of npm, and since everything is loaded from the same domain its hard to tell what is official or not.<p>They have a builtin server, linter, testing, benchmarking, a hosting platform, now a kv store.<p>I feel like they are getting away from being a language and heading toward being a framework. Why not, but will probably not help adoption imo.