I came across this interesting post. Here is the jist: A dynamically typed language is a language where the type of a variable can be altered at any time. (It is a string, now it is a Fixnum, now it is a Time object, etc.) A statically typed language is the opposite. (Decide what x is once [...]
All posts in category ruby
Dynamic, static, weak and strong in languages
Posted by Altug Sahin on July 15, 2010
http://altugsahin.wordpress.com/2010/07/15/dynamic-static-weak-and-strong-in-languages/