Open-sourcing MonkeyType – Let your Python code type-hint itself
engineering.instagram.com
Open-sourcing MonkeyType – Let your Python code type-hint itself
1–10 of 237 posts
Re: Open-sourcing MonkeyType – Let your Python code type-hint itself
#2Would be interesting to see how MonkeyType and PyAnnotate compare.
Re: Open-sourcing MonkeyType – Let your Python code type-hint itself
#3Re: Open-sourcing MonkeyType – Let your Python code type-hint itself
#4It always amazes me that some of the most popular products around are built with the worst technology choices. And now they had to build their own static type checker, which slows down random samples of real users, just to shore up the language's weaknesses? Outstanding.
Re: Open-sourcing MonkeyType – Let your Python code type-hint itself
#5Re: Open-sourcing MonkeyType – Let your Python code type-hint itself
#6Re: Open-sourcing MonkeyType – Let your Python code type-hint itself
#7"At Instagram we have hundreds of engineers working on well over a million lines of Python 3." It always amazes me that some of the most popular products around are built with the worst technology choices. And now they had to build their own static type checker, which slows down random samples of real users, just to shore up the language's weaknesses? Outstanding.
Re: Open-sourcing MonkeyType – Let your Python code type-hint itself
#8"At Instagram we have hundreds of engineers working on well over a million lines of Python 3." It always amazes me that some of the most popular products around are built with the worst technology choices. And now they had to build their own static type checker, which slows down random samples of real users, just to shore up the language's weaknesses? Outstanding.
If lots of successful projects use what you consider the “worst” technology, perhaps the problem is with your perception rather than the technology?
Re: Open-sourcing MonkeyType – Let your Python code type-hint itself
#9"At Instagram we have hundreds of engineers working on well over a million lines of Python 3." It always amazes me that some of the most popular products around are built with the worst technology choices. And now they had to build their own static type checker, which slows down random samples of real users, just to shore up the language's weaknesses? Outstanding.
If lots of successful projects use what you consider the “worst” technology, perhaps the problem is with your perception rather than the technology?
Re: Open-sourcing MonkeyType – Let your Python code type-hint itself
#10Yet another hacky solution to address one of the biggest Python’s flaws. Why not switch to Java instead?