Live data from Hacker News

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

news.ycombinator.com

31–40 of 502 posts

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

#33
For my day job, Python (it's 25, that's old) mostly. Primarily as the machine learning platform (all of it, from models to infrastructure) for the products my team develops for the company.

For my spare time work mostly Fortran, C and C++ qualify as old languages I'll be using. These I use to dabble in research (physics) more for fun than anything else.

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

#35

Pascal/Delphi Before there was an internet of lightbulbs and smoke detectors, there was an internet of industrial process things. And they used windows 2000 and Delphi. They still do.

There are still a bunch of modern Windows desktop applications written in Delphi and C++Builder – I work on one of them. ^_^

I really like Delphi actually. It's a shame Embarcadero doesn't really seem to care about it.

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

#39

They all are "old". If it's new it's probably some wired buggy and failing combination of C Lisp and Forth.

I don't think either Go or Rust qualify as "buggy" or "failing." They aren't "old" in my view. And I find Rust more interesting than C or C++ these days. Although C++17 looks nice.

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

#40
C++98 with a few C++11 features for work (our compiler is not really C++11 compliant at all, but it does have move semantics).

Ada for fun, though I'd say Ada 2012 is a bit like C++11 in terms of “basically a new language”. People do seem to have a perception of Ada as ‘old’, though I'm not sure why (it is, by my account, more ‘modern’ than, say, Go – actually, it's not unlike Go with a nice generics system).

Post reply on HN