What makes it hard to speed up dynamically typed languages when compared to statically typed languages . In other words what is inherent property of statically typed languag
It's because statically typed languages are often compiled to machine code while dynamically typed languages are in most cases run by an interpreter.