I am a newbie and trying to learn ruby!
I have found a few materials on the web like the pragmatic programmers
guide..
But i feel its a little over my head when it comes to understanding the
concepts and implementing my own programs
So would like to know if there are any more dedicated beginners guide
out there
It also has a link to _why's book, for when you're finished. I've never been
much for his writing style, but he's awesome in an actually-interactive
medium like tryruby -- and once you understand that, you might have a better
shot with something like the Pragmatic Programmers.
I am a newbie and trying to learn ruby!
I have found a few materials on the web like the pragmatic programmers
guide..
But i feel its a little over my head when it comes to understanding the
concepts and implementing my own programs
So would like to know if there are any more dedicated beginners guide
out there
I wrote The Little Book Of Ruby for people just like you. It covers the
fundamentals in 10 chapters of a PDF book and comes with lots of
ready-to-run source code examples for all the code in the text:
This book will eventually be over 400 pages long and, just like the
Little Book, it comes with all source code. I am building up to the
final book by adding one chapter at a time (a new chapter every couple
of weeks). Both The Book and The Little Book are free...
But i feel its a little over my head when it comes to
understanding the concepts and implementing my own programs
I think the only way ultimately is to experiment on your own.
I am of course not saying that good books etc.. won't help, but
I am saying that the best effect is when you write bad code,
and one day lateron you realize exactly why this is bad code.
IMHO designing is rather hard, at least for me. "Good" design
takes a lot of effort, and I tend to be very lazy (although
I document everything in a concise manner)
One way could be to design a little game that uses
"actors" to do something (ok ok i just suggested that you
write some little game).