>>36Ruby, JavaScript, Lua, and PHP are not weakly typed. Retards make up their own definitions of words, then they say ``strong and weak typing don't mean anything''.
Weak typing means the bits or ``value'' of an object can be interpreted in different ways (as different ``types'') by the programmer. None of these scripting languages allow this. They all use memory tags to prevent this from happening. FORTH might be weak dynamically typed. C is weak statically typed.