|
|
|
|
|
by Peaker
4147 days ago
|
|
If you care about the learning curve: Take a look at https://github.com/sinelaw/inferno
It aims to add a type system to a subset of Javascript. It's not quite ready yet, but it already shows quite some promise. There's also Flow and Google's Closure/et-al, but they are more lenient and accept more valid and invalid programs. |
|