Live data from Hacker News

What Good Are C, C++, and Java?

danluu.com

1–10 of 39 posts

Re: What Good Are C, C++, and Java?

#4

Why not making this list open source? I mean, this is not complete at all and you won't be able to fill it in all on your own. Just my 2 cents :)

I don't think it's meant to be a comprehensive list, just a reminder that languages that many people consider "dead" or just "old fashioned" are in reality quite pervasive and power up many of our daily tools and apps.

Re: What Good Are C, C++, and Java?

#6
We should also consider that a lot of popular interpreted languages -- Ruby, PHP, Python, JavaScript -- are implemented in 'boring' C/C++.

Abstraction is a beautiful thing, but we should not forget our roots!

Re: What Good Are C, C++, and Java?

#10
I once watched a video about languages by I believe the designer of F# (could be wrong). He talked about a graph with a horizontal axis measuring "elegance". On the right hand end is your highly elegant mostly functional languages. On the left hand side are the rugged languages like C++ very few people would call it elegant. However on the vertical axis is Utility. on the bottom are "not very useful at all", and at the top is "very useful". These languages are solidly in the upper left hand. The ultimate goal is to find something on the upper right hand side... but nothing has quite achieved it yet.
Post reply on HN