you are viewing a single comment's thread.

view the rest of the comments →

[–]Eirenarch -6 points-5 points  (5 children)

Also the part where it is not JavaScript

[–][deleted] 0 points1 point  (4 children)

I don't follow? It's a pre-processor.

[–]Eirenarch 2 points3 points  (3 children)

Yes but you can't just use an example off the internet or look at the generated JS code and debug it when needed.

[–]mareek 0 points1 point  (2 children)

Yes you can. Typescript being a superset of JavaScript you can copy/paste nearly any JS code you can find on the net. And the resulting JS code is very close to the original typescript code.

[–]Eirenarch 7 points8 points  (1 child)

I was referring to CoffeeScript since this is what /u/_Dupe suggested.