From: sean_n Date: 2008-03-14T13:15:04+09:00 Subject: Re: What is Ruby's biggest strength ? On Mar 13, 3:45 pm, Tuan Minh wrote: > I'm learning Ruby an Rails. > But I can't answer this question > "What is Ruby&Rails 's strength and >  What helps Ruby stronger than other programming languages ?" > > Who can helps me! Thanks > -- > Posted viahttp://www.ruby-forum.com/. I've glanced at the ruby source code, it's very clean and obviously well designed and orderly. No run on functions--everything is small and compact. Why is this important? I have confidence that ruby can be maintained and expanded w/o too many things breaking.