Hacker News new | ask | show | jobs
by locknitpicker 3 days ago
> If you are going to be super-strict with type-checking, wouldn’t it be best to switch to a statically typed language and get the performance gains as well?

I don't understand your question. The whole point of static code analysis is preventing bugs. Don't you like Python code to not have bugs that are easily caught with static code analysis, or is preventing code a foreign idea that is better left to other languages?

1 comments

I don't understand your question. Are you saying static code analysis is impossible without type declarations? None of it?