Remix.run Logo
gdotdesign 14 hours ago

It's very similar to Mint (https://mint-lang.com/) which I'm building for some time now.

Looking at the samples, it seems Ripple is going the same direction as Mint:

- explicit component definitions

- inlined control flow in HTML tags

- component based styling

- explicit white space handling for element content

- syntax for setting references

I'm not sure why they based it on TypeScript instead of creating a new language completely, since there are a lot of new syntax added (and they have their own extension as well).

If you are looking for something similar, give Mint a try, it has a lot more features, and I'm looking to release 1.0 in the near future.

PixelForg 5 hours ago | parent | next [-]

Would mint be a good fit if I want to make something like https://winxp.vercel.app/ ?

gdotdesign 4 hours ago | parent [-]

I think so, yes.

zareith 6 hours ago | parent | prev [-]

Obvious reason would be that all major js libraries have ts definitions available now and if the language is TS based they can all be used without compromising with type-safety.