Search code examples
performancedynamic-languages

Are dynamic languages slower than static languages?


Are dynamic languages slower than static languages because, for example, the run-time has to check the type consistently?


Solution

  • All other things being equal, usually, yes.