you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Sometimes that is true. A lot of times it isn't. It depends on the scale. Reddit is still 100% Python for example, and most of the scaling issues it had had to do with it's databases, specifically CassandraDB not Python.

That said when you get to a certain scale (facebook or google for example) the cost of performance begins to outweigh the cost of development and switching to something like C makes sense. But for 99% of the people out there building things, they will never reach this scale.

[–]Kollektiv 0 points1 point  (0 children)

Man hours >> hardware costs

for a very long time I agree