From: Roger Pack Date: 2007-09-06T04:46:37+09:00 Subject: question on bottleneck of ruby Question: if I made the statement "Ruby is slower than some other interpreted languages" almost anyone could agree with it (slower computationally, not programmer time-wise). So my question is...where is the bottleneck? Is it in method lookup? Is it that method lookup is more frequent, since everything is an object? Is it in parsing? Storage? Just wondering. Thanks! -Roger -- Posted via http://www.ruby-forum.com/.