Earlier quoted context omitted.
> most Python devs neither need nor care about perf. You do understand that's a different but equivalent way of saying, " If you care about performance, then Python is not the language for you. ", don't you?
Yes, I'm consistent in that. What I don't get is if that's the case, why is there such a focus on improving Python perf? At best they're getting marginal improvements on something that most Python devs claim they don't care about, and which they say is not important for Python as a language due to JIT, C interop, and so on.
Python 3.14 is here. How fast is it?
81–90 of 579 posts
Re: Python 3.14 is here. How fast is it?
#82I hope it doesn't get stuck at 3.14, like TeX. https://www.reddit.com/r/RedditDayOf/comments/7we430/donald_...
> [Donald Knuth] firmly believes that having an unchanged system that will produce the same output now and in the future is more important than introducing new features
This is such a breath of fresh air in a world where everything is considered obsolete after like 3 years. Our industry has a disease, an insatiable hunger for newness over completeness or correctness.
There's no reason we can't be writing code that lasts 100 years. Code is just math. Imagine having this attitude with math: "LOL loser you still use polynomials!? Weren't those invented like thousands of years ago? LOL dude get with the times, everyone uses Equately for their equations now. It was made by 3 interns at Facebook, so it's pretty much the new hotness." No, I don't think I will use "Equately", I think I'll stick to the tried-and-true idea that has been around for 3000 years.
Forget new versions of everything all the time. The people who can write code that doesn't need to change might be the only people who are really contributing to this industry.
Re: Python 3.14 is here. How fast is it?
#83I hope it doesn't get stuck at 3.14, like TeX. https://www.reddit.com/r/RedditDayOf/comments/7we430/donald_...
Re: Python 3.14 is here. How fast is it?
#84Re: Python 3.14 is here. How fast is it?
#85Earlier quoted context omitted.
Did you throw any money his way?
Didn't know he had a patreon, just set it up so the first 100 people, since that's the max it allowed, can get a 1 year access to his discord https://www.patreon.com/miguelgrinberg/redeem/f/C28EB241BB
Re: Python 3.14 is here. How fast is it?
#86What are the reasons why nobody uses pypy?
Re: Python 3.14 is here. How fast is it?
#87Re: Python 3.14 is here. How fast is it?
#88What are the reasons why nobody uses pypy?
Re: Python 3.14 is here. How fast is it?
#89What are the reasons why nobody uses pypy?
Python libraries used to brag about being pure Python and backwards compatible, but during the push to get everyone on 3.x that went away, and I think it is a shame.