this post was submitted on 16 Jul 2025
64 points (97.1% liked)

Programming

21605 readers
76 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] Kissaki@programming.dev 2 points 16 hours ago (1 children)

What are "frontend language"s?

Just wondering if this is very incomplete or due to scoping.

[–] FizzyOrange@programming.dev 3 points 13 hours ago (1 children)

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 1 points 52 minutes ago

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