top | item 43333589

(no title)

dimitropoulos | 11 months ago

he went into more detail about C# in this one: https://youtu.be/10qowKUW82U?t=1154s

discuss

order

jodrellblank|11 months ago

He says:

- C# Ahead of Time compiler doesn't target all the platforms they want.

- C# Ahead of Time compiler hasn't been stressed in production as many years as Go.

- The core TypeScript compiler doesn't use any classes; Go is functions and datastructures whereas C# is heavily OOP, so they would have to switch paradigms to use C#.

- Go has better control of low level memory layouts.

- Go was ultimately the path of least resistance.