I have recently started learning Ruby, as my first programming language. I feel comfortable with the syntax, and I’ve done numerous tutorials that just teach the same basics. I have written a few small programs (including my own method for sorting an array that I thought was pretty smart until someone told me to Google ‘Bubble Sort’), but I feel I need to attempt something bigger and harder to understand more about Ruby. Any ideas as to how I can do this?
I have recently started learning Ruby, as my first programming language. I feel comfortable
Share
Ruby Resources
The “advanced” Ruby book is The Ruby Way by Hal Fulton. It wouldn’t hurt to read some real Ruby code – most gem’s will do for this.
Finally, you need a project. You could take a program you have already written and redo it in Ruby, or you could think of something new to write.