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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Rust developers concerned about complexity, low usage

34 点作者 prmph大约 1 年前

5 条评论

flembat大约 1 年前
There is space in the world for a difficult complex language that produces low level operating system and library code, we just don't need to be writing every application using it, since ordinary people should also be able to program computers.
评论 #39502501 未加载
评论 #39503209 未加载
评论 #39503831 未加载
评论 #39502395 未加载
jvanderbot大约 1 年前
I don&#x27;t understand how Rust is being weighed. It&#x27;s a systems programming language seemingly intended for critical code with baked in security and &quot;programmer mitigation&quot;.<p>I&#x27;ve heard and watched some pretty wild claims about it being the new Uber language. If it targets c, Cpp, then it might end up just out of sight for most programmers.<p>If it reaches lots of Linux and Windows integration, then it&#x27;ll become the new &quot;foundational&quot; language, but even that doesn&#x27;t mean widespread adoption.
评论 #39501838 未加载
ww520大约 1 年前
I have done a fair amount of Rust. The complexity is not in the borrow checker or lifetime. It’s in the combination explosion of the of generic, traits, lifetime, and constraints. When a struct takes on these, all functions and impls need to specify them. The amount of brackets becomes very distracting.
评论 #39504123 未加载
harimau777大约 1 年前
For what it&#x27;s worth, I&#x27;m currently learning Rust. My primary motivation is that it offers the opportunity to get a job where I can use functional programming techniques (even if it isn&#x27;t necessarily a &quot;functional language&quot; in the way something like Haskel is).
devaiops9001大约 1 年前
<a href="https:&#x2F;&#x2F;austral-lang.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;austral-lang.org&#x2F;</a>