mint-lang

🍃 A refreshing programming language for the front-end web. (by mint-lang)

Mint-lang Alternatives

Similar projects and alternatives to mint-lang

  1. Elm

    221 mint-lang VS Elm

    Compiler for Elm, a functional language for reliable webapps.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Filestash

    :file_folder: File Management Platform / Universal Data Access Layer (without FUSE)

  4. Video-Hub-App

    Official repository for Video Hub App

  5. marko

    47 mint-lang VS marko

    A declarative, HTML-based language that makes building web apps fun

  6. canine

    A developer friendly PaaS for your Kubernetes

  7. VTCode

    VT Code is an open-source coding agent with LLM-native code understanding and robust shell safety. Supports multiple LLM providers with automatic failover and efficient context management.

  8. pagecord

    Blogging as easy as sending an email.

  9. easy-invoice-pdf

    Free & Open-Source Invoice Generator – No Sign-Up, No Ads, Instant PDF export, 100% In-Browser, Customizable Invoice Templates. Star if you like it 🌟

  10. crystal

    259 mint-lang VS crystal

    The Crystal Programming Language

  11. charly

    0 mint-lang VS charly

    🐈 The Charly Programming Language | Written by @KCreate

  12. zir

    0 mint-lang VS zir

    Realizes to write macros in any scripts into any languages.

  13. TuxSEO

    8 mint-lang VS TuxSEO

    Discontinued Automated Blog Content Creation for Founders Who Hate Writing

  14. materia

    GitOps tool for deploying Quadlets (by stryan)

  15. Q.js

    7 mint-lang VS Q.js

    All-In-One Front-End Web Framework from Qbix, alternative to jQuery, Angular, Vue, Ember etc.

  16. crisp

    0 mint-lang VS crisp

    Lisp dialect implemented with Crystal

  17. coi

    7 mint-lang VS coi

    A type-safe, component-based language for building reactive WASM web apps.

  18. pyreqwest

    Fast Python HTTP client based on Rust reqwest

  19. contextify

    Contextify - macOS companion for Claude Code and Codex CLI. Monitor AI coding sessions with real-time timeline and LLM summaries. (by PeterPym)

  20. letsorder

    6 mint-lang VS letsorder

    Complete menu management, browsing and ordering app for restaurants and guests

  21. cppize

    0 mint-lang VS cppize

    Crystal-to-C++ transpiler [WIP]

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better mint-lang alternative or higher similarity.

mint-lang discussion

Log in or Post with

mint-lang reviews and mentions

Posts with mentions or reviews of mint-lang. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-05-25.
  • Does Anybody Like React?
    5 projects | news.ycombinator.com | 25 May 2026
    Initially I didn't see the value in React. I thought that the whole virtual DOM compiling on every change was a waste of resources instead of just doing the change itself directly.

    But as it turns out it's a great abstraction worth using for the right things (not every part of the web) and one of those are Single Page Applicaitons.

    A lot of comments here are about people linking JSX instead of React and that's a good abstraction too. In Mint (https://mint-lang.com/) I'm trying to create a language for SPAs and having HTML syntax helps.

  • ClojureScript Gets Async/Await
    3 projects | news.ycombinator.com | 8 May 2026
    Check out Mint (https://mint-lang.com), it's s language where everything is built in: small to mid size projects can be built without any third party dependencies and JS interop is easy.
  • Show HN: Coi – A language that compiles to WASM, beats React/Vue
    5 projects | news.ycombinator.com | 20 Jan 2026
    It's nice to see that we are converging on the same syntax I came up for Mint (https://mint-lang.com) 8 years ago (feels strange to write it down). I saw Ripple some time ago its syntax has the same structure more or less (component, style, render, state, etc...)
  • Ripple: The Elegant TypeScript UI Framework
    2 projects | news.ycombinator.com | 11 Jan 2026
    It's very similar to Mint (https://mint-lang.com/) which I'm building for some time now.

    Looking at the samples, it seems Ripple is going the same direction as Mint:

    - explicit component definitions

    - inlined control flow in HTML tags

    - component based styling

    - explicit white space handling for element content

    - syntax for setting references

    I'm not sure why they based it on TypeScript instead of creating a new language completely, since there are a lot of new syntax added (and they have their own extension as well).

    If you are looking for something similar, give Mint a try, it has a lot more features, and I'm looking to release 1.0 in the near future.

  • Ask HN: What Are You Working On? (December 2025)
    204 projects | news.ycombinator.com | 14 Dec 2025
    Looks pretty cool. I see some similarities with Mint language https://mint-lang.com/
  • Marko – A declarative, HTML‑based language that makes building web apps fun
    4 projects | news.ycombinator.com | 8 Nov 2025
    I think I managed to combine three languages in one with Mint (https://mint-lang.com/):

    1. There is HTML (tags) with, but without interpolation {...} you can put string literals, variables and everything that type checks as HTML children.

    2. There is CSS but only in style blocks where you can interpolate any expression you need and put in if and case expressions too.

    3. There is the normal Mint code you write the logic in (this would be the JavaScript in other languages).

    Here is an example which have all three: https://mint-lang.com/examples/7guis/flight-booker

    The challenge was to make it seamless enough that so it doesn't look like that we tried to mash languages up, but to make them form a different language that is consistent and simple at the same time.

  • Ask HN: What Are You Working On? (October 2025)
    123 projects | news.ycombinator.com | 12 Oct 2025
    I'm still working on the Mint programming language (https://mint-lang.com/) and DevBox (https://www.dev-box.app/) which is a desktop application/browser extension/web application with a bunch of small tools.
  • Mint
    1 project | news.ycombinator.com | 15 Sep 2025
  • React Won by Default – and It's Killing Front End Innovation
    21 projects | news.ycombinator.com | 15 Sep 2025
    With Mint (https://mint-lang.com/) I'm trying to move away from frameworks in a language to the language being the framework — having abstractions for things which are done by packages and frameworks like components, localization, routing, etc... done in the language itself.

    This means that in theory the backend/runtime can be replaced (and was replaced ones from React to Preact (0.7.0 -> 0.8.0) then to use hooks and signals instead of class components (0.19.0 -> 0.20.0), and the code will remain the same.

    This has one drawback which deters framework creators from choosing the language since there is no reason to innovate on something that is already "done", which leads to fewer people using it in general and hinders adoption, but I'm still optimistic.

  • Mint: The programming language for writing single page applications
    1 project | news.ycombinator.com | 11 Jan 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic mint-lang repo stats
25
4,247
9.1
6 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com