I tried out Deno last weekend for a fun little hack project (syncing a local Markdown file to a formatted Google Doc), and it was awesome.<p>Writing TypeScript code for Deno feels a lot like writing Go (which is a very good thing to me):<p>- opinionated build/fmt/deps<p>- well-designed stdlib<p>- no need for scaffolding files (.eslintrc, babel.config.js, jest.config.js, mocha.opts, etc.)<p>If that sounds good to you, try Deno!