|
|
|
|
|
by splintercell
1393 days ago
|
|
ReScript is amazing. I really don't know much about the split (it's not like I didn't try to understand it, I just can't understand the anger of non-Ocaml developers at the split). Rescript allows me to write Javascript in a sound type system, while remaining very close to how you would write code in Javascript. Rescript to me feels like Typescript + a very prescriptive linting system which prevents a lot of problems, and since the linting system wouldn't let you do certain things, might as well get rid of them from the Type checker, this results in a much faster compiler. |
|