1/13/2025 at 9:16:57 AM
My take is that, for productive work, language is much less important than everything around it. I need at the very least some kind of package management and dependency resolution system. Sometimes I want to read a CSV file, turn some of the content into JSON and serve it over HTTP. In an environment with sensible libraries, that's just a case of glueing stuff together. The problem is not little languages, it's little ecosystems.by red_admiral
1/13/2025 at 12:10:07 PM
There was 3 reasons for python success : it's easiness, it's price and the most important the number of librariesby poulpy123
1/13/2025 at 12:52:55 PM
What do you mean by "price"? The language and its interpreter are free, but so are most languages from its time, so what are you referring to exactly?by lblume
1/13/2025 at 1:06:59 PM
That's the point of the joke. If it had cost money, it would never have become as popular.by red_admiral
1/13/2025 at 6:11:28 PM
yeah I mean the price of 0$/€/any currency. And not all languages were free, especially one of the main place where python encountered first the success that made it so big was in the universities and in research, were software like matlab, mathematica, IDL or maple were (very expensive) kings before.by poulpy123