Hi! I’ve created this page to showcase the features of Mint (since there are so many) and their corresponding versions in other similar languages.

  • FizzyOrange@programming.dev
    link
    fedilink
    arrow-up
    4
    ·
    2 days ago

    Languages well suited for client side web code. Most of these (maybe all?) compile to JavaScript and are designed for the web.

    • Kissaki@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 day ago

      Web is just one kind of frontend though. And there’s more ways to target web with JavaScript interfacing than transpiling to JavaScript.

      • FizzyOrange@programming.dev
        link
        fedilink
        arrow-up
        3
        ·
        1 day ago

        Sure, but without further context, “frontend” means the web. And “frontend language” means languages that were designed for the frontend. You can write a website fromtend in Python, but you absolutely shouldn’t!

        You can use languages like Java and Rust too which are more reasonable options, but they aren’t “frontend languages”.