Remix.run Logo
sabellito 19 hours ago

I remember seeing Mint quite a few years ago. I love the idea, I really like the language design, but I agree 100% with your take on the drawback. It's hard to sell that to teams.

What's surprising to me is how many alternatives exist in this space. Between elm, imba, svelte, and mint, and probably more that I don't know about, I wonder how many devs in the world are shipping to prod using them.

edit: have you thought about including Form Validation to the core lib?

gdotdesign 14 hours ago | parent [-]

> have you thought about including Form Validation to the core lib?

There is a module for that in the standard library (https://mint-lang.com/api/Validation). Moving the functionality into the language level is intriguing.

sabellito 2 hours ago | parent [-]

I meant to say more than validation, something like this feature set:

https://www.react-hook-form.com

React Hook Form is beastly.