Comment Re:TypeScript? (Score 4, Informative) 39
That surprised me, too. TypeScript is a very poorly-congealed ("designed" seems a bit strong) language.
Of the two popular scripting languages - python and ruby - python probably makes more sense as you can compile into actual binaries if you want.
For speed and parallel processing, which I'd assume they'd want, they'd be better off with Tcl or Erlang, both of which are much much better suited to this sort of work.