|
|
|
|
|
by strogonoff
7 days ago
|
|
> Is it really JS with type hints? I had thought it was really a different language that compiles to JS, like a less hardcore answer to Purescript. No experience with Purescript, but otherwise yes, a language with a different feel. Beats Python in my books. Typings do also serve as documentation but errors won’t compile so it’s not just linting. Make sure to use strict mode so it forces you to pay even more attention to types. I still occasionally use Python, but TypeScript is my go-to currently. |
|