Y
Hacker News
new
|
ask
|
show
|
jobs
by
thedelanyo
2 hours ago
> I’m just hoping one day browsers will accept TS the same way.
Wouldn't that be a direct kill of JS?
2 comments
afavour
1 hour ago
TS is JS just with stuff on top so it can’t really ever kill JS. The way Node does it is to just ignore the type notations in a TS file, making it valid JS. Does mean you can’t use things like enums but worth the price.
link
quotemstr
1 hour ago
Did C++ kill C?
link
ukuina
35 minutes ago
Valid point, though not a good comparison: You can learn C++ and have a productive career without ever learning or writing a single line of C.
link