TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Deno in 2020

127 点作者 theBashShell超过 4 年前

8 条评论

timdaub超过 4 年前
&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-g超过 4 年前
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)
laggyluke超过 4 年前
&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 未加载
kaleidawave超过 4 年前
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)
amelius超过 4 年前
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 未加载
SomeCallMeTim超过 4 年前
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 未加载
stareatgoats超过 4 年前
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.
vallas超过 4 年前
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?