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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: I want to learn Ruby. What do you have for me?

3 点作者 fadelakin超过 11 年前
I know JavaScript fairly well but I want to learn another language. I&#x27;m pretty much set on learning Ruby but if you think I should learn another language, feel free to add your opinion.<p>What books&#x2F;websites&#x2F;tutorials do you guys think I should have a look at to learn Ruby?<p>Edit: I&#x27;m also looking to learning Rails and Sinatra in addition Ruby

6 条评论

cpolis超过 11 年前
Ruby Koans, from the Github repo:<p>&quot;The Ruby Koans walk you along the path to enlightenment in order to learn Ruby. The goal is to learn the Ruby language, syntax, structure, and some common functions and libraries. We also teach you culture by basing the koans on tests. Testing is not just something we pay lip service to, but something we live. Testing is essential in your quest to learn and do great things in Ruby.&quot;<p><a href="http://rubykoans.com/" rel="nofollow">http:&#x2F;&#x2F;rubykoans.com&#x2F;</a>
rholdy超过 11 年前
<a href="http://learncodethehardway.org/" rel="nofollow">http:&#x2F;&#x2F;learncodethehardway.org&#x2F;</a> This is a good place to start.<p><a href="http://pine.fm/LearnToProgram/" rel="nofollow">http:&#x2F;&#x2F;pine.fm&#x2F;LearnToProgram&#x2F;</a> This is another excellent resource.<p>Good luck.
anishkothari超过 11 年前
Software as a Service class (Berkeley CS169.1x) <a href="https://www.edx.org/course/berkeley/cs169-1x/software-service/1136" rel="nofollow">https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;berkeley&#x2F;cs169-1x&#x2F;software-servic...</a>
groundCode超过 11 年前
For Rails, you should start with the excellent Rails Tutorial<p><a href="http://ruby.railstutorial.org/" rel="nofollow">http:&#x2F;&#x2F;ruby.railstutorial.org&#x2F;</a>
clyfe超过 11 年前
<a href="http://users.aber.ac.uk/cwl/ruby/shroeder-slides.pdf" rel="nofollow">http:&#x2F;&#x2F;users.aber.ac.uk&#x2F;cwl&#x2F;ruby&#x2F;shroeder-slides.pdf</a>
piratebroadcast超过 11 年前
Rubymonk.com is really great.