When comparing The Pragmatic Studio 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 The Pragmatic Studio is ranked 7th. 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 Will teach you to think like a programmer
The projects are designed in a way that allows you to visualize how OOP (object oriented programming) concepts fit together from the ground up.
Pro Awesome instructors
The instructors (Mike and Nicole Clark) have a very clear and concise teaching style.
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 High cost
The course is quite expensive, with a regular price of $199 (current sale price is $149).
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.