A while ago I ran into this thingie: https://blog.dubenko.dev/typescript-vs-reason/
I started digging into ReasonML and found that I loved it, even more as you can do React with ReasonML.
So I wonder, given all the advantages of ReasonML, how come it's not at least as popular as Typescript?
Edit: ReasonML is supported and created by the same guy that created React.







Thanks for that. I was investigating ClojureScript but reason definitely worth a look.
Maybe because it's functional and many teams not yet bought into that approach? Although lots more interest in FP now and growing I think.
Also there are a few alternatives, such as ClojureScript, Elm, purescript etc. and which to choose?
Also how is the tooling and beginner journey? ClojureScript on Windows for example is tough to set up as main official help is only Linux (that I found)