Hacker News new | ask | show | jobs
by lyschoening 3202 days ago
From my experience, statically typed Python is quite a bit slower to write. It pays off for modules that see a lot of use in the codebase, but typing every bit of code can be a lot of work for little gain.