TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mint: A new language designed for building single page applications

26 pointsby 076ae80a-3c97-4about 4 years ago

8 comments

Zababaabout 4 years ago
I think people should stop presenting JavaScript == operator as some kind of black magic, it&#x27;s not helping anyone. The standard is online and you can read it here [1]. It is complex and unintuitive, no doubt about that, and you should prefer === most of the time. However, rejecting any attempt at understanding it is counter productive.<p>[1]: <a href="https:&#x2F;&#x2F;262.ecma-international.org&#x2F;11.0&#x2F;#sec-abstract-equality-comparison" rel="nofollow">https:&#x2F;&#x2F;262.ecma-international.org&#x2F;11.0&#x2F;#sec-abstract-equali...</a>
void_mintabout 4 years ago
If the author of Mint sites Elm as an inspiration, it might be worthwhile to explain the ways Mint differs from Elm? It seems like, if the things Mint offers are things a dev is interested in, they&#x27;d be better off using Elm, as I would hazard a guess Elm is better supported&#x2F;maintained than something Elm-like?
评论 #26630829 未加载
mikewarotabout 4 years ago
It says in the article that everything is immutable, which I found intriguing, but then I see this in the example at mint-lang<p>fun increment { next { counter = counter + 1 } }<p>Something doesn&#x27;t add up.
评论 #26632176 未加载
评论 #26631520 未加载
评论 #26631129 未加载
Sn0wCoderabout 4 years ago
Curious if anyone here has tried mint? Looks to be a few years old and still at version 0.11.00. Looked at elm but still going down the web component rabbit hole on my next project. I guess I need to stop looking and just keep building
评论 #26630412 未加载
mastrsushiabout 4 years ago
Hey, let&#x27;s remediate the overwhelming amount of JS app frameworks with a new programming language.<p>That totally won&#x27;t encourage an overwhelming amount of JS transpiled languages.
dbbkabout 4 years ago
Cute idea, but this is a maintainability nightmare scenario.
评论 #26629558 未加载
culopatinabout 4 years ago
We need to come up with a different name. MintSim, Intuit Mint, this, gets confusing lol
badhombresabout 4 years ago
My mind automatically goes to the XKCD comic - <a href="https:&#x2F;&#x2F;xkcd.com&#x2F;927&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;927&#x2F;</a><p>I do agree that the number of tools and solutions out there for creating web applications is overwhelming at times. I just don&#x27;t know if this a valid approach, especially when people keep churning out tech to replace old tech instead of improving on said old tech.
评论 #26631093 未加载
评论 #26631230 未加载