When comparing Why's (Poignant) Guide to Ruby vs exercism.org, the Slant community recommends exercism.org for most people. In the question“What are the best resources to learn Ruby?” exercism.org is ranked 2nd while Why's (Poignant) Guide to Ruby is ranked 6th. The most important reason people chose exercism.org is:
Rather than merely test for code correctness, Exercism uses peer review to improve general programming techniques. Users are encouraged to comment on others' solutions, and refine their own based on feedback.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Free
Available online for free.
Pro Entertaining
The book includes drawings and jokes that can make the learning process more enjoyable.
Pro Human review and feedback
Rather than merely test for code correctness, Exercism uses peer review to improve general programming techniques. Users are encouraged to comment on others' solutions, and refine their own based on feedback.
Pro Practice with production tools
Unlike many code practice websites, Exercism requires the user to develop and test entirely offline, submitting only the finished code. This promotes familiarity with essential tools and workflow, not just the bare language.
Cons
Con Entertainment can be distracting
Being entertained while learning is not for everyone.
Con Custom commandline client
Exercism requires using a CLI utility to fetch and submit exercises. This is inconvenient compared to web-only alternatives, and poses an additional barrier to entry for some users.