From: Gregory Brown Date: 2006-01-10T07:06:18+09:00 Subject: Re: Ideas on "Why Living Dangerous can be A Good Thing" in Ruby? On 1/9/06, James Britt wrote: > Gregory Brown wrote: > > ... > > The fear in part has to do with type checking. Ruby being typeless > > Ruby is not typeless. Aren't all ruby objects under the hood of type VALUE? sandal@karookachoo:~$ irb irb(main):001:0> 3.type (irb):1: warning: Object#type is deprecated; use Object#class => Fixnum So... aren't we supposed to ignore type now? ;) Please elaborate on what you meant by this, because I am interested. ( My conception of ruby's type system might have been wrong)