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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Golang developers should try Odin

2 点作者 rmanolis7 个月前

3 条评论

baranul7 个月前
Don&#x27;t quite understand the logic behind this. Odin does not even have a Wikipedia page or a book on Amazon. It seems that anyone that would like Odin, would instead like or prefer Jai. In fact, Odin was heavily influenced by and copied from Jai.<p>Think that Odin only gets some shine because Jai wasn&#x27;t released to the public. As of now, Jon Blow has made it way more easy for people to get beta versions of Jai. As for books on it, Ivo Balbaert (tech author of other programming books) is presently working on one that looks nearly complete.<p>The language that is really kind of like Go, would arguably be V lang[2]. It&#x27;s a hybrid Go and C alternative. By the way, it at least has a Wikipedia page and books on Amazon about it.<p>[1]: <a href="https:&#x2F;&#x2F;inductive.no&#x2F;jai&#x2F;" rel="nofollow">https:&#x2F;&#x2F;inductive.no&#x2F;jai&#x2F;</a><p>[2]: <a href="https:&#x2F;&#x2F;vlang.io" rel="nofollow">https:&#x2F;&#x2F;vlang.io</a>
评论 #41994116 未加载
评论 #41970138 未加载
Sphax7 个月前
I write Go, tried Odin for about 3 weeks, decided it wasn&#x27;t for me.<p>I appreciated some things, like the fact that the syntax is close to Go, the easy interop with C, the fast compilation, somewhat complete stdlib.<p>Other things I didn&#x27;t like much: pointers have changed to &#x27;^&#x27;, I&#x27;m sure there&#x27;s a reasonable but I just don&#x27;t like it, I&#x27;m used to &#x27;*&#x27;. Error handling is a PITA as far as I can remember. Meta programming felt clunky.<p>This is all subjective based on my limited experience, but I felt that Zig worked better for me.
评论 #41994085 未加载
pancsta7 个月前
&gt; The language is slow compared to Rust<p>Numbers? Slow as in your cousin? Or slow as in causing a traffic jam? You fast?
评论 #41993302 未加载