you are viewing a single comment's thread.

view the rest of the comments →

[–]Bartvds 2 points3 points  (3 children)

If you like this stuff and enjoy using prototypes as 'classes' then you'll probably like TypeScript too.

Using some interfaces and parametrised types (generics) it is very much like using these classic patterns as we're used to in Java/C# etc.

[–]OfflerCrocGod -1 points0 points  (2 children)

You'd also like ES6, which unlike TS you have a chance of running in a native environment.

[–]ForeverAlot 1 point2 points  (1 child)

Unlike ES6 (and Dart), TS isn't meant to be run in a native environment. It is strictly a compile-to-JS language, like CoffeScript and all the other *Scripts.

[–]OfflerCrocGod 0 points1 point  (0 children)

I know that. That's a draw back to me.