Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialSimon Perše
2,872 PointsDoes learning ruby first give you bad fundamentals for learning future programing languages.
I am going to study computer science next year, and i'm feeling very motivated to start coding again. I started playing around with C# a few years back but gave up when i hit a brick wall with OOP and haven't been doing much programing since. I was looking for a language and I really liked ruby because there are a lot of courses and other learning material online. So my question is if i decide to learn Ruby/Rails first will I have a lot of problems in the future moving to other languages like Java or C#. Thank you for your respone.
2 Answers
Saleh '
24,986 PointsPersonally ruby made OOP so much easier and understandable for me as i tried to understand OOP in java but i just could't understand anything so after i learned ruby almost every thing started to make sense in java, So yes ruby will actually give you a good into to programming and OOP and it might make things easier for you in the future when you decide to learn other languages.
Todd MacIntyre
12,248 PointsIt will only help you. OOP concepts will remain the same from language to language. Syntax differences will be your hangup, but nothing that can't be overcome.