Dynamic, static, weak and strong in languages

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 [...]

Follow

Get every new post delivered to your Inbox.