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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to learn Rust without learning to program?

1 点作者 sanosuke超过 9 年前
Ok, so...<p>Almost all the books written with the intention to teach you some X programming language, actually do the same journey over and over. What variables are, if-else, classes, etc.<p>I wan to learn Rust, but without reading all the same material. I mean, I already know what an if construct does, etc. I&#x27;m not saying I&#x27;m expert programmer, but a lazy person. Lol<p>What would be your advice for me?<p>Thank you.

5 条评论

sanosuke超过 9 年前
Wow, this community is fast. Thank you for your responses and those valuable resources. Having that Rust summaries and cheat-sheets. How can I learn about the way of putting an entire application together, the rustacean way? That is not too large to digest, like Servo. Thank you again
T-A超过 9 年前
&quot;The Rust Programming Language&quot; [1] seems to be written for somebody who already knows programming concepts.<p>[1] <a href="https:&#x2F;&#x2F;doc.rust-lang.org&#x2F;book&#x2F;" rel="nofollow">https:&#x2F;&#x2F;doc.rust-lang.org&#x2F;book&#x2F;</a>
shostack超过 9 年前
I&#x27;m confused--are you just looking for a summary of syntax similar to this?[1]<p>[1] <a href="http:&#x2F;&#x2F;learnxinyminutes.com&#x2F;docs&#x2F;rust&#x2F;" rel="nofollow">http:&#x2F;&#x2F;learnxinyminutes.com&#x2F;docs&#x2F;rust&#x2F;</a>
Nadya超过 9 年前
So a syntax cheat sheet? Like this [0] but for Rust?<p>[0] <a href="http:&#x2F;&#x2F;www.cheat-sheets.org&#x2F;saved-copy&#x2F;RubyCheat1.png" rel="nofollow">http:&#x2F;&#x2F;www.cheat-sheets.org&#x2F;saved-copy&#x2F;RubyCheat1.png</a>
kup0超过 9 年前
Usually for most languages there are more advanced texts that skip the basics. I know I&#x27;ve seen them, though I don&#x27;t have concrete examples at the moment.