H
H
HoHsi2016-01-18 02:55:23
JavaScript
HoHsi, 2016-01-18 02:55:23

TypeScript vs GopherJS?

Goodnight!
I thought about rewriting some of my libraries to typed JS sugar, now I'm faced with a choice:
TypeScript :
+ Angular 2
+ Serious guys use
+- `C` like
- Microsoft
GopherJS :
+ `Go` like
+ Possibility to pull up GO
- No really big projects on It
Both options are statically typed (as I understand it), which is very nice. Does anyone use GopherJS in production? And which option is better?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2016-01-18
Protko @Fesor

TypeScript is ES6 / ES7 stage1, tobish is the same babel, but you can still write information about types in detail from above, which improves the quality of static analysis (needed on large-scale projects, for example, for angular2 code). Well, yes, the fact that Microsoft saws it is not at all a minus. This is your stereotypical thinking.
gopherjs is a go to javascript translator and nothing more. Actually, because of this, we get the need to have bindings for each sneeze. my IMHO - it's more suitable for server side development.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question