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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Bun v1

92 点作者 johnny_reilly超过 1 年前

6 条评论

Jarred超过 1 年前
I work on Bun. Bun v1 is not out yet - this blog post was not supposed to be public until it's ready
评论 #37425665 未加载
评论 #37431073 未加载
ushakov超过 1 年前
Things that people often seem to forget about when talking about Bun:<p><pre><code> * Written Zig, an unstable programming language * Segfaults and crashes are common * Doesn’t work on windows (edit: fixed in v1) * The web-server is based on uWS, a third-party dependency maintained by one person * Vendor-specific APIs like Bun.serve, Bun.file, etc. You can call Node APIs in Bun, but you cannot call Bun APIs in Node * Tries to be everything at once: a bundler, a compiler, a package manager, a runtime, a testing framework, etc. * A VC-baked effort. If the funds run dry there is no Bun anymore</code></pre>
评论 #37425753 未加载
评论 #37425585 未加载
评论 #37425754 未加载
评论 #37425749 未加载
评论 #37429088 未加载
dang超过 1 年前
Related ongoing thread:<p><i>Bun 1.0 announcement [video]</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37422106">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=37422106</a> - Sept 2023 (56 comments)
评论 #37425590 未加载
评论 #37425551 未加载
adam_arthur超过 1 年前
I&#x27;ve been very excited for Bun.<p>And while the premise is still great, the enthusiasm has waned a bit in recent months. A lot of the decision making process seems a bit arbitrary and off the cuff, at least as presented on Twitter. Could be a mischaracterization as I haven&#x27;t followed the Github threads closely.<p>I also question the use of Zig for a project that&#x27;s intended to replace node and be production ready. It may be fun to work with and something fresh&#x2F;new, but taking something very unproven and in heavy development is not a way to inspire confidence among your potential adopters.<p>I hate the Rust meme as much as anybody else, but I really question why you wouldn&#x27;t use it here. The author of Bun posts about tracking down memory leaks on the regular... which shouldn&#x27;t even be a problem space a modern runtime deals with.<p>All that being said... I will definitely use Bun for CI&#x2F;builds&#x2F;local projects... much more hesitant to use it for a production&#x2F;live service at this point
评论 #37425680 未加载
ddoolin超过 1 年前
As of now, there is still no v1 build up on Github, although this was announced hours ago.
评论 #37425505 未加载
fithisux超过 1 年前
Let&#x27;s give them some time.