Hacker News new | ask | show | jobs
by Gambit89 5301 days ago
What about http://rubykoans.com/ for learning Ruby? You'll be following TDD, meaning the code should work if all the tests pass. And you learn incrementally as new test cases pass (or koans, as the case may be). I'll venture to say that once you have a grounding in the fundamentals, it'll be much easier to just read the advanced tutorials and understand it.