• jubilationtcornpone@sh.itjust.works
    link
    fedilink
    arrow-up
    44
    arrow-down
    2
    ·
    1 day ago

    This kind of seems like a solution in search of a problem. Most modern high level programming languages are easily readable, ‘english oriented’, and already capable of at least some level of cross platform development.

    One of the main problems with any programing language or framework is that flexibility breeds complexity. If they seriously think they’re going to lower the complexity of programming by allowing devs to write programs [essentially] in plain English, and then let AI do the rest, I think it’s a recipe for disappointment.

    • douglasg14b@lemmy.world
      link
      fedilink
      arrow-up
      4
      arrow-down
      5
      ·
      14 hours ago

      Naw, This is honestly the direction that software engineering is going to go. AI becomes more capable over time.

      We are eventually going to stop writing code and focus more on writing specifications. The development of languages that allow us to write and maintain better specifications is going to accelerate that in the same way, that higher level languages allowed us to accelerate writing code for the purpose of it being transformed into some form of bytecode. We are now in the early stages of needing a language that better facilitates the authoring of detailed specifications that can then be ran through code generation in more predictable and scalable manners.

      I see nothing wrong with developing a new language. If it works it works. If it doesn’t it doesn’t and we all learned new shit. I’m not sure why so many people in this thread hate science.

      • arendjr@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        4 hours ago

        I don’t understand why you’re getting downvoted. While I don’t share your conviction, I do admit it’s certainly a possibility.

        The advantage of doing things that way is that code becomes much more portable. We may finally reach the goal of “write once, run anywhere”, because the AI may write all the platform specific code.

        It does make a big assumption that the AI output is reliable enough though. At times people will want to tweak the output, so how are they gonna go about that? Maybe if the language is based on Markdown, you can inject snippets of code where necessary. But if you have to do that too often, such a language will lose its appeal.

        There’s a lot of unknowns, but I see why it’s a tempting idea.

      • jkercher@programming.dev
        link
        fedilink
        English
        arrow-up
        3
        ·
        12 hours ago

        We are eventually going to stop writing code and focus more on writing specifications.

        I don’t think this will happen in my lifetime.

    • Michal@programming.dev
      link
      fedilink
      arrow-up
      8
      arrow-down
      3
      ·
      1 day ago

      This kind of seems like a solution in search of a problem

      Not like it’s a bad things. A lot of inventions started this way.

      • a1studmuffin@aussie.zone
        link
        fedilink
        English
        arrow-up
        20
        arrow-down
        1
        ·
        23 hours ago

        But also, a lot of programming languages exist simply because a programmer really wanted to write a programming language.

        • Michal@programming.dev
          link
          fedilink
          arrow-up
          2
          ·
          15 hours ago

          Yes, and it’s good that programming languages are still experimented with, otherwise we’d still be writing assembly.