I’ve worked with some pretty rotten software, but management software is easily the most user unfriendly, so my vote goes to HPSM.

  • @swordsmanluke@programming.dev
    link
    fedilink
    174 months ago

    Fascinating.

    I’m a minor programming language nerd. While I’d never recommend writing an in house language - I can see the appeal for me personally.

    What were the languages like? OOP? FP? …Logic?

    Why’d they build 2 languages?

    This seems so wild to me - sorry if I’m prying.

    • xor
      link
      fedilink
      English
      134 months ago

      Yeah it had an almost sane reason initially - it was an investment bank, so it was designed to model the relationships between types of assets for simulations. But over the years they just got into the habit of using it for everything. It was somewhat like python, but with c-like syntax.

      The 2nd language was a haskell-style functional language (but without all the things that make Haskell cool) that was meant to be used for modelling and building internal APIs on all the data that was shared across departments. It was absolutely horrendous.

      • @swordsmanluke@programming.dev
        link
        fedilink
        54 months ago

        Amazing.

        I’m just starting to learn how language development works and like… of any language to try implementing, Haskell definitely seems like one of the most complex.

        Like - one dev could reasonably implement a Forth or Lisp, but you need a long time window to finish a Haskell…