Live data from Hacker News

Ask HN: What “old” programming languages will you still be using in 2017?

news.ycombinator.com

11–20 of 502 posts

Re: Ask HN: What “old” programming languages will you still be using in 2017?

#15
Most of my work is in C++, which is almost 35 years old. By far the best choice of language for cross-platform, client application development, especially C++11/C++14, which bring modern language features (e.g. lambdas, futures, etc) with all the original benefits of the language.

Re: Ask HN: What “old” programming languages will you still be using in 2017?

#16

Lots and lots of C. (I'm mostly an embedded C programmer these days). Some C++ for a bit of higher-level "business logic" that benefits from a class-based approach, but a fairly limited subset of "modern" C++.

Lots and lots of C for me too. A huge pile of legacy business software which is still being extended to do new stuff.
Post reply on HN