|
|
|
|
|
by hu3
300 days ago
|
|
How is Go structurally similar to TypeScript? It doesn't even have advanced generics like TypeScript, nor union types. No classes and no heritance either. Unless you have a source, I'd say that's a very debatable speculation. My guess is they chose Go for the same reason most users do: it's good enough, easy to grasp, has a decent std lib and is easy to grasp. |
|
Around the 13 minute mark, Anders goes into it. IIRC, the big things were the GC and them both supporting cyclic data structures.