DEV Community

Discussion on: Mint 🌿 The programming language for writing single page applications (SPA)

Collapse
 
koddr profile image
Vic Shóstak

BTW what Mint makes different from TypeScript + React and friends?

Hmm.. I'm not author of Mint lang and don't know that 🤷‍♂️

But I think, it's different way to write code (and build SPA/Frontend). Because in my opinion, Mint is something like template engine (Pug, for example) with some logic, who's compiling to browser's standard format (html, js, css).

So, it's wrong to compare TypeScript and Mint lang directly like this.