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.

  • Kissaki@programming.dev
    link
    fedilink
    English
    arrow-up
    7
    ·
    20 days ago

    Why is single line comments listed when it’s green for all of them? Do they not have multi-line comments?

    • 0xDREADBEEF@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      19 days ago

      I love that little language. I learned ReasonML for fun and built a few toy apps a long time ago, but ReScript has been cool to watch

  • FizzyOrange@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    20 days ago

    Interesting, but the colours for exceptions are inverted. One of the features that Elm touts on its front page is that it doesn’t have exceptions.

    Structural equality is also debatable.

    • TehPers@beehaw.org
      link
      fedilink
      English
      arrow-up
      2
      ·
      20 days ago

      As far as I can tell, the table is purely informational and not advocating for any features as being positive or negative.

      Otherwise, yeah the colors make no sense.

        • TehPers@beehaw.org
          link
          fedilink
          English
          arrow-up
          3
          ·
          19 days ago

          My point is that the colors make so little sense that the only thing that makes sense is to decouple the colors from any meaning.

          This table is so lacking and flawed that I don’t even know why there’s so much discussion around it.

  • somegeek@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    21 days ago

    This is very incomplete. Like to see it become more complete.

    Clojurescript and purescript are my favourites.

    • FizzyOrange@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      20 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
        ·
        19 days 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
          2
          ·
          19 days 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”.