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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Rust is easy? Go is hard?

10 点作者 pitaj29 天前

2 条评论

hyperman129 天前
I wonder how Rust + C++ style OO + GC would look as a language.<p>Rust is just a little bit too hard for people who want to just continue working without learning much. Go is slightly too oversimplified. Java and dotNet have a VM with their cost. Swift is overly apple centrish. C and C++ have the whole security mess to solve. I feel there is a gap inbetween these languages.<p>Now Rust+GC is probably reachable, e.g. with the Boehm GC. But web of pointers OO is harder to throw in the mix. I wonder how a language would look to take this space.
kickbribe29 天前
As someone who is new to Go I find it pretty easy, while Rust looks much harder. Maybe I should give Rust a go instead?