• TurboWafflz
    link
    fedilink
    227 months ago

    Ooh, I’ve had a terrible idea, let’s make an actual programming language with html-like syntax, that sounds fun and not at all horrifying

  • Anti-Face Weapon
    link
    fedilink
    147 months ago

    Funny meme, but I don’t think we should gatekeep. HTML is the path to HTML5 and thus JavaScript.

  • @[email protected]
    link
    fedilink
    117 months ago

    If you’re hired as a developer and the only tasks you’re getting assigned are HTML, are you a developer?

    I think rather than the tools and languages you use, titles should be determined by the kinds of memes you consume.

  • @[email protected]
    link
    fedilink
    37 months ago

    Unrelated: anyone knows what this template is called? I can never seem to find it or describe it intelligently enough to search engines.

  • Haus
    link
    fedilink
    27 months ago

    It’s like when customers at West Marine dress up in outfits and call each other ‘Captain.’

  • @[email protected]
    link
    fedilink
    English
    17 months ago

    I think op hasn’t heard of web components. Technically it requires js, but still it will replace react and angular and vue soon me thinks.

        • shuzuko
          link
          fedilink
          English
          107 months ago

          It’s a markup language. In the simplest explanation, a programming language describes a process (what does the thing do) while a markup language describes a structure (how is the thing supposed to be displayed). There’s more to it than that, but someone else can get into deeper if they want, it’s beyond me lol

          • @[email protected]
            link
            fedilink
            English
            57 months ago

            Diogenes throws a Ruby on Rails model over the fence and shouts “Behold a markup language!”

          • 𝘋𝘪𝘳𝘬
            link
            fedilink
            47 months ago

            a markup language describes a structure (how is the thing supposed to be displayed)

            A markup language does not define how something is to be displayed, that’s what a styling language is for (usually CSS). A markup language semantically defines what certain parts of the created document are.

            • shuzuko
              link
              fedilink
              English
              17 months ago

              Lol that’s fair, but since those words in that combination barely even make sense to me I tried to dumb it down more and ended up being wrong 😂

              I’m the idiot who searches stack for code and copies and pastes it into the project so no one should listen to me anyway.

          • @[email protected]
            link
            fedilink
            17 months ago

            I knew it was a markup language, but didn’t know the diff between the two since I’m not a programmer. Thanks