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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Zig Roadmap 2024 [video]

65 点作者 YuukiRey超过 1 年前

5 条评论

bsaul超过 1 年前
Very impressed by zig ambitions, but i found it very peculiar that their focus seems to be going &quot;down&quot; the stack ( aka, compiler infrastructure rewriting) rather than &quot;up&quot; (stdlib and lib ecosystem).<p>Am i wrong to feel a bit worried by this direction ? Is the team large enough do both at the same time ?
评论 #39156772 未加载
Voultapher超过 1 年前
How about improving documentation? Last year I tried Zig and the documentation was abysmal. The majority of standard library functions had no documentation. The sparingly few examples that exist on the webpage didn&#x27;t work with the current Zig version and more. I say that as a Zig sponsor who wants to see research and innovation in the systems programming space. Documentation is maybe not as sexy as replacing LLVM with your own backend, but sorely needed.
评论 #39155043 未加载
评论 #39155368 未加载
评论 #39155021 未加载
skywal_l超过 1 年前
TLDW: Andrew talk about the financials, the bug bounty program, the versioning strategy and the two main objectives on the short&#x2F;medium term: 1. Get rid of LLVM and 2. Improve compiler performance.<p>Then there is a Q&amp;A session.
评论 #39154513 未加载
评论 #39154502 未加载
评论 #39155138 未加载
levzettelin超过 1 年前
Didn&#x27;t watch; will they implement RAII?
评论 #39154785 未加载
评论 #39154262 未加载
评论 #39154303 未加载
diimdeep超过 1 年前
Comparatively<p>&gt; Incremental rebuilds cause a lot of compilation problems, bugs, and errors. Incremental rebuilds are also slow due to the amount of in between files generated between builds. Jai will contain no incremental rebuild steps. All will be compiled in one fresh compilation. This means that the compiler will need to run fast with high performance. The eventual goal is to compile a 1 million lines of code in 1 second, but as of right now, the compiler can only do 250,000 lines in 1 second.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Jai-Community&#x2F;Jai-Community-Library&#x2F;wiki&#x2F;Philosophy-of-Jai#incremental-rebuilds">https:&#x2F;&#x2F;github.com&#x2F;Jai-Community&#x2F;Jai-Community-Library&#x2F;wiki&#x2F;...</a>
评论 #39156542 未加载