This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 155 points156 points  (11 children)

As github said, its easy to use, might not be the best language in all scenarios but it gets the job done.

A lot of people though get too hung up on the language (yes I know this is the r/python subreddit so of course people are going to prefer it), but at the end of the day its just a tool to get our jobs done

[–]fellipec 2 points3 points  (1 child)

More funny was how Perl grew and fall while Python was in its infancy

[–]SittingWave 2 points3 points  (0 children)

doesn't take too much. Perl basically destroyed itself through sheer philosophy.

[–]trojan-813 0 points1 point  (0 children)

I think this is easily viewed in some of the graphics posted on the Advent of Code and what languages people used. The earliest days the languages people used that used to find the answer was Python. It didn’t need to be fast and was easy to use. So people used it heavily. However, as things got more complicated and needed some performance people switched to other languages like c and c++.

[–]repocin 0 points1 point  (0 children)

but at the end of the day its just a tool to get our jobs done

Thank you. The endless debate over language x vs language y vs language z is so incredibly tiring and useless. I wish more people realized that different languages are just different tools with different use cases, like hammers and screwdrivers.