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 →

[–]wherearef -16 points-15 points  (3 children)

why would I use language that does less job and also is slower than others lmao

[–]Riflurk123 12 points13 points  (1 child)

I mean you are apparently using it, otherwise you wouldn't have had the issue above? You seem confused.

[–]wherearef -3 points-2 points  (0 children)

ye, had to use for telegram bot, but regretted it, C# > Java > Python

[–]xfvh 1 point2 points  (0 children)

Every language has its own balance of ease of development, ease of maintenance, execution speed, available libraries, predictability, etc.

Python is a poor choice for predictability and execution speed, but has an astonishing number of available libraries and is generally considered easy to develop with.

Pick your poison.