Hacker News new | ask | show | jobs
by brianzelip 2422 days ago
> It's always "from one language to another“

Hmmm, sometimes it’s “from one version of a language to another version of the same language”. As is the case with Babel[0] and JavaScript.

[0] https://babeljs.io/

1 comments

I mean, arguably ES6 and TS are as close or closer to being "the same language" than ES6 and Babel targets.