zlacker

[return to "How Python grew from a language to a community"]
1. musica+ji1[view] [source] 2025-08-04 06:47:26
>>lumpa+(OP)
I don't want a community - I want a programming language. Preferably one that doesn't throw away billions of lines of existing code just because.
◧◩
2. nromiu+6l1[view] [source] 2025-08-04 07:24:11
>>musica+ji1
The great thing is that you don't have to join any community. Python is my favorite language and ever since I got flamed for asking a technical question in their subreddit I stopped going there.

There are hardly any non-toxic programming communities out there. And if you value backward compatibility over everything else you can look at C and C++.

◧◩◪
3. musica+yv4[view] [source] 2025-08-05 07:04:42
>>nromiu+6l1
Java also has a pretty good compatibility story. I still use python for some applications, but it has created a lot of headaches, and also has the problem of being really slow. YMMV, but usually if you were to rewrite your c++ code in python, you would find that you need 10x as many servers (or likely more) to get the same performance.
◧◩◪◨
4. nromiu+KU7[view] [source] 2025-08-06 05:55:37
>>musica+yv4
Only if you use CPython. I use PyPy3 most of the time and I get the same performance as Java and Go.

C++ is still faster than PyPy3, but not 10x faster. That is good enough for me to not deal with the messy C++ syntax.

[go to top]