Deno has the cutest PL mascot I think I've ever seen. Are there any other contenders?
miniblog.
Related Posts
Experience report on writing the same small web app in C#, Deno, Go, Elixir, Rust and Scala:
Deno is a JS/TypeScript runtime from the creator of node, with built-in sandboxing and URLs for importing packages without a central npm server:
Deno is an interesting sandboxed Typescript VM that uses URLs for dependencies: https://deno.land/
It's created by Ryan Dahl (who created node.js) and tries to fix what he sees as design issues/complexities in node.


