• LovableSidekick@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      4 hours ago

      TBH as a developer on an old system called VMS I’ve never loved Linux. VMS syntax was a beautiful thing. Commands and command options were all real words, which made it all very intuitive. For example, the command to print 3 copies of a file in landscape orientation would be PRINT /COPIES=3 /ORIENTATION=LANDSCAPE <filename>. You could also abbreviate any way you wanted, as long as the result was unambiguous. PR /C=3 /O=L would probably work. But the natural words were always in your head. By comparison I’ve always found Unix/Linux syntax much harder to remember.

        • LovableSidekick@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          1 hour ago

          Wow, the last time I actually used VMS was when Digital Equipment Corp still existed. It was written for their VAX systems, not PCs but a “minicomputer” of the 80s, successor to the PDP-xx of the 70s (which the original Advent and Zork were written on). When DEC went out of business or got sold or whatever VMS became OpenVMS. There’s an x86 version now but I’ve never tried it.