Hacker News new | ask | show | jobs
by s_y_n_t_a_x 2377 days ago
TypeScript is JavaScript. They follow and contribute to the Ecmascript spec.

It pretty much just strips the typing out when "compiling".

All the JS problems have been solved in ES6+

There are many languages that have supersets.