Live data from Hacker News

Ask HN: Which “old” programming language(s) you still use in your $DAYJOB?

news.ycombinator.com

11–20 of 27 posts

Re: Ask HN: Which “old” programming language(s) you still use in your $DAYJOB?

#12

Fortran is quite heavily used in computational science domain. Both the "old" (F66, F77, F90) and the new modern F2003, F2008, F2018. and Yes, (modern) Fortran feeds my family daily (along with many other computational tools and skills). Modern Fortran is a bliss. The parallel features of it are quite advanced comparable to advanced modern MPI capabilities, yet with an extremely intuitive and simple "Coarray" syntax.…

I also use Fortran daily but I see more and more people/organizations try to move out of it. What language they move to remains to be seen, however the recent efforts to modernise Fortran, create a standard library may yet breathe new life into it.

Re: Ask HN: Which “old” programming language(s) you still use in your $DAYJOB?

#15
Not a language per se, but I'm on a Qt based distro this summer, and I was pleasantly surprised to see what's new in 6.0. Qt is ancient, ubiquitous. We use it everyday without realizing it. But now it's got its own IDE, UI editor. And supports a Vulkan rendering backend ;)

Re: Ask HN: Which “old” programming language(s) you still use in your $DAYJOB?

#17
Maybe I'll come off as a youngin' with this one, but PHP. I honestly really enjoy it. There are some quirks and syntax I don't particularly like, but overall, using PHP in a server setting isn't bad at all. I always heard people talk down on it in college, but those people probably never used it either. PHP by day and Rust by night is a nice combo honestly. Pretty different, but it gives some variety.

Re: Ask HN: Which “old” programming language(s) you still use in your $DAYJOB?

#18
The oldest stuff I use regularly at work would be Bash, Java, and Groovy. And then one specific utility stands out as something I use a lot, despite its age: sed. I use sed all over the place in scripts to inject values into config files as part of scripts.
Post reply on HN