3 ms·
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
by sabellito 1y 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 1y ago> 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 https://mint-lang.com/api/Validation). Moving the functionality into the language level is intriguing.
- sabellito 1y agoI meant to say more than validation, something like this feature set: https://www.react-hook-form.com https://www.react-hook-form.com React Hook Form is beastly.