Live data from Hacker News

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

news.ycombinator.com

131–140 of 502 posts

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

#136
C/C++ for the usual embedded and backend stuff. And a tiny bit of legit COBOL, because our orginization is married or perhaps chained to it. The COBOL code is mostly for UI work, sort of a VisualCOBOL, as well as legacy reports.

And of course the usual Linux scripters: bash, awk, sed, etc.

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

#138
Perl 5, I have been using it in Financial Services for the past 12 years. It is still a workhorse when it comes to reporting. Many large banks still use it, but most don't advertise it. I used it at places like Intel back in 1999. It really is a versatile language.

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

#139
bash (27 years) - I tend to write for bash 3 and up, totally happy for my scripts to not work on Bourne shell

powershell (11 years) - basically just a better version of bash with 'select' and 'where' replacing scraping for text with grep/sed/awk

javascript (21 years) - finally ES5 and 6 have added some stupidly obvious things like multiline strings, array.includes(), destructuring, etc - it's actually a pretty good language now.

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

#140
post #72

Perl, sh, awk, sed, C, Fortran. There's a freedom in not chasing down all the shiny new things.

What do you do with that stack? I've used all of those at work as well, but the C/Fortran part is just debugging or pulling the logic for what the system is doing.
Post reply on HN