TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Deno in 2020

127 pointsby theBashShellover 4 years ago

8 comments

timdaubover 4 years ago
&gt; This month we made a hard decision to convert our internal runtime code from TypeScript to JavaScript. There were several factors that led us to this decision: Complicated and slow build process on each build of the Deno internal runtime code was typechecked and bundled before being snapshotted.<p>Woah
评论 #25810329 未加载
评论 #25810109 未加载
ian-gover 4 years ago
I want to give the deno folks a shoutout<p>I&#x27;ve been learning ES5 for work, and I wanted to get better at more modern JS while I was at it. I decided to write JS solutions for Advent of Code and had to choose between deno and node.<p>My preferred way of running an advent of code challenge is to pipe in the problem input. I ended up using deno cause it was a lot faster for me to figure out how to make that happen (as somebody who&#x27;s only used browser-side JS)
laggylukeover 4 years ago
&gt; This change had a significant impact on the module ecosystem, making some popular modules unusable until maintainers adjusted the code to work with isolatedModules.<p>Does this mean Deno introduced a breaking change in a minor version (1.5.0)?
评论 #25810312 未加载
kaleidawaveover 4 years ago
So far very impressed with Deno. Oak is cool too.<p>No Intl support and no http2 have been a drain this year but those seem to be coming soon as they are on the Q1 2021 roadmap.<p>The import&#x2F;module system is great. Can all tooling convening on including extensions in imports (looking at you TypeScript)
ameliusover 4 years ago
It&#x27;s not clear to me if this is now a Rust wrapper around a C++ implementation, or if it&#x27;s completely Rust.
评论 #25810617 未加载
SomeCallMeTimover 4 years ago
Still no Node or npm compatibility? Not even on their roadmap? Still think Deno is DOA, then.<p>TypeScript is great, sure. I love TypeScript. But I wouldn&#x27;t touch Deno for just about any serious development if I couldn&#x27;t be certain that I could search npm for a library and use it without a potential hassle.
评论 #25809232 未加载
评论 #25809410 未加载
评论 #25809759 未加载
评论 #25810450 未加载
评论 #25810101 未加载
评论 #25808770 未加载
评论 #25812085 未加载
评论 #25827075 未加载
stareatgoatsover 4 years ago
Deno is beginning to look like an interesting alternative to Nodejs, now that their api is stabilizing. Trying it out is on the roadmap for this year.
vallasover 4 years ago
There was a post on HN yesterday about Rust not having a strong web ecosystem yet, especially for writing web API libraries and working directly with microservices.<p>I wonder if and how Deno solve that?