From: Tim Chen Date: 2010-11-19T06:05:35+09:00 Subject: Re: Where to start from? --00163628449e8c8b1604955a2612 Content-Type: text/plain; charset=ISO-8859-1 Learning from the past is exactly is necessary to become a professional developer. Everyone's definition of professional a lot of times are different. You can get some books merely on Ruby and Rails and start doing simple work like creating simple websites for shops, etc, and that might already considered professional to some. To be competent to handle complex and hard requirements, simply copy and pasting how to do things in Ruby won't be enough. You'll actually have to understand how ruby's garbage collector work, how to optimize performance, how to tune Rails (or any server), handle load/security, etc. And all of these things requires you to first understand how the computer works, and slowly progress to understand "why" ruby is designed this way and how you should use this. Tim On Thu, Nov 18, 2010 at 12:56 PM, Ruby Me wrote: > What is that anyway? :) I want to learn Ruby, you want me to go to the > past? > > > > Niklas Cathor wrote in post #962422: > > read this: http://mitpress.mit.edu/sicp/ > > -- > Posted via http://www.ruby-forum.com/. > > --00163628449e8c8b1604955a2612--