Mint: A new language designed for building single page applications - Stack Overflow Blog
Learning JavaScript today as a beginner would be a very arduous journey. It's a twenty-year-old language that was initially designed for a different, simpler web. In trying to meet the new challenges of the modern web, we've gotten so many transpilers, bundlers, UI frameworks, and syntax variations; these abstractions are necessary since Vanilla JS can only take you so far.
https://stackoverflow.blog/2021/03/29/mint-a-new-language-designed-for-building-single-page-applications/?utm_source=tldrnewsletter

mint-lang/mint
A refreshing programming language for the front-end web, aiming to solve the most common issues of Single Page Applications (SPAs) at a language level: Reusable components Styling Routing Global and local state handling Synchronous and asynchronous computations that might fail While focusing on: Developer happiness Fast compilation Readability The project is in development, we are still tweaking the language and standard library.
https://github.com/mint-lang/mint

Seonglae Cho