From: Michael Cook Date: 2001-12-11T23:53:16+09:00 Subject: [ruby-talk:28224] Re: The benefits of dynamic typing? >> This post offers good coverage of all sides of the issue - could you post >> it to the RubyDiscussions section of the wiki on Rubygarden.com? >> > Ok, check out > > http://www.rubygarden.org/ruby?DynamicVsStaticTyping it doesn't seem unreasonable that a language should support both static and dynamic typing. then, if i knew at compile time what the types would be, i could tell the compiler, and i could possibly expose some problems at compile time. but if i didn't know the types at compile time, that would be okay too. m.