|
|
|
|
|
by spion
3558 days ago
|
|
Hurray, here we go again! Uhh no, JavaScript is just fine, baring: * implicit conversions, which you can get rid of at compile time using TypeScript or Flow. * lack of explicit ints and ints with more than 31 bits (JITs can give you SMIs, or 31 bit integers for things they can prove are always integer values) And thats about it. |
|
Javascript is fine if you don't use Javascript.
> lack of explicit ints and ints with more than 31 bits
Javascript is fine, except where it's garbage.
I don't really have a problem with javascript. I just don't want to build anything of any real complexity with it.