• @brsrklf
      link
      13
      edit-2
      5 months ago

      It’s been a while since I was told this, so not sure how true it still is, but there a was a niche but lucrative market for people who could maintain stuff in Fortran, COBOL and the like.

      Because there were some critical antediluvian pieces of software in banking, big businesses, etc that some companies were terrified of having to replace one day.

      I’d expect that by now most would have migrated to more common languages, but I don’t really know.

        • @brsrklf
          link
          45 months ago

          I guess some things never change, quite literally.

          I’ve only worked for a bank for a few months, and it was on a new service project, so no idea what made the old finance workflows tick. For all I know it was the same there.

      • @noerdman@feddit.deOP
        link
        fedilink
        35 months ago

        I heard that story, too… When I started studying. That was almost 20 years ago. I’d have assumed they had moved on until now if that hadn’t been an urban myth in the first place.

        • @f314@lemmy.world
          link
          fedilink
          35 months ago

          I work at an insurance company, and our core business system is written in RPG. We are starting the process of splitting it up and modernizing it, but I suspect there will still be some RPG code running in production in ten years.

    • @CapeWearingAeroplane@sopuli.xyz
      link
      fedilink
      1
      edit-2
      5 months ago

      A lot of codebases in skuff like fluid mechanics, meterological models, quantum mechanics etc. are still in Fortran. Largely because there is very little to gain from rewriting the code base in some other language.

      I would choose Fortran for a new project 0/10 times, but to be fair, it’s a completely viable language for developing complex and computationally intensive models, and it’s better to have the 1-2 new guys learn Fortran every year than to rewrite a 200k line code base in some other language that offers few or no real advantages outside of personal preference.

      • @ZoopZeZoop@lemmy.world
        link
        fedilink
        15 months ago

        Could the advantage be not having to train a small number of folks on some system no one wants to use and has very little utility outside of a few small things?

        I’m legitimately asking. I don’t code at all. So, for all I know the answer could be “no.”

        • That’s not a bad question! If it were the case that Fortran was a language that had very little utility outside of a few small things that no one wants to use, the cost of training people would eventually surpass the one-time cost of a rewrite.

          As it stands however, Fortran is still a perfectly viable language if you know how to use it, and (one of) the de-facto standard in quite a few environments. So even if you re-wrote the code base, your new guys would still probably have to learn it in order to use some common libraries and tools.

          Also, it’s hard to overestimate the complexity in this kind of re-write. We’re talking about a lot of code that is written for performance rather than readability, and where the documentation for the algorithms typically is “that article”.