A palindrome is a word, phrase, number or other sequence of characters that is read backwards and forwards in the same way, ignoring spaces, punctuation and case-sensitivity.

    • Reptorian@programming.dev
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      4 months ago

      C++ is still used for some popular applications, and it still is the only realistic option for these ones. I think there should be more Domain-Specific Languages. I want one for vector graphics like G’MIC is for raster graphics.

        • Reptorian@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          3 months ago

          I don’t think we do have a difference in opinion. What I’m saying is that some apps are done with many years of development, and in those case, C++ will likely be the only realistic option because it is way more time-consuming to switch. For example, Krita. I do agree that when there’s a choice, C++ is less relevant these day.