• 大きいBOY
    link
    fedilink
    English
    -32 days ago

    It’s a programming language regardless of it’s completeness. You give a computer instructions, in a DSL, it gets interpreted.

    Don’t gate keep.

    • @[email protected]
      link
      fedilink
      English
      7
      edit-2
      1 day ago

      My voyager app is a programming laguage. When i click post, it gets interpreted and sends a comment to the server

      Btw, is english a programming language cuz AI interprets it and does something with it?

    • @stetech
      link
      11 day ago

      Who is “it” which interprets things? Is it part of HTML/CSS?

      • 大きいBOY
        link
        fedilink
        English
        2
        edit-2
        24 hours ago

        The browser. When it reads the HTML and creates a DOM based on the provided instructions.

        • @stetech
          link
          111 hours ago

          So where in that can I encode an arbitrary program? Like one could do in JavaScript?

          • @[email protected]
            link
            fedilink
            25 hours ago

            Create a table of checkboxes with the rule 110 CSS applied.
            Translate your program to a rule 110 program and put it in the top row of the table.
            Advance the computation by checking the marked (orange in the example) checkboxes row by row.

            Example

            • @stetech
              link
              15 hours ago

              Well yeah, with CSS and user interaction it’s understandable… as I’ve linked above.

              The question was if this is possible for purely-HTML markup descriptions without CSS nor clicks, and it was a rhetorical one.