HACKER Q&A
📣 smlckz

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


And what's your experience of using such “old” programming language(s)?

Here “use” can mean writing new code, debugging/maintaing old code etc.


  👤 TheRealKing Accepted Answer ✓
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. It is a fully vectorized, parallel shared and distributed, array-oriented, also Object-Oriented, language. It has influenced and shaped the syntax of MATLAB, Python, R, even C++ numerical libraries by its simple powerful high-level array-syntax.

👤 mbfg
Aren't almost all of them old at this point? The numbers of people using what most people would count as new is pretty small percentage wise.

👤 jweather
.NET Compact Framework 3.5. Might not sound that old, but it's only supported in Visual Studio 2008. Microsoft keeps trying to kill it off, but the manufacturer I support is still shipping products using it.

👤 jjice
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.

👤 mindcrime
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.

👤 yen223
SQL, hands down

👤 Bostonian
Through 2015 I used Fortran to develop trading strategies for a fund, and since then I have developed strategies for my personal account. I used to use g95 and now use the gfortran compiler. Fortran 90 and later versions (the latest standard is F2018) have modern features, including array operations like Matlab or NumPy. For plotting I wrote some subroutines that called gnuplot. Fortran does not have libraries to download financial data like Python or R, but once you have the data, coding is straightforward and the programs are fast.

👤 dyingkneepad
C and Bash. I absolutely love and and hope to be able to continue using them long-term. Performance is key to what we do. Sometimes we even need to look at the code generated by the compiler, so some assembly knowledge is required too.

(although sometimes I prefer C++, and learning Rust is still on my TODO list)


👤 ArtWomb
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 ;)

👤 lmiller1990
Until recently wrote a lot of Perl 5 (still very popular in bioinfomatics).

👤 thorin
SQL, Oracle PL/SQL, bash/ksh

Previous jobs, not so long ago: Fortran, C, BASIC


👤 the_only_law
VBA, VBScript, VB6, VB.NET

Maybe not “old” but most of those are solid legacy.


👤 giantg2
The usual stuff (SQL, ksh, etc) and COBOL.

👤 joshxyz
i honestly like batch and bash files haha