5 ms·
he went into more detail about C# in this one: https://youtu.be/10qowKUW82U?t=1154s https://youtu.be/10qowKUW82U?t=1154s
by dimitropoulos 2y ago
he went into more detail about C# in this one: https://youtu.be/10qowKUW82U?t=1154s https://youtu.be/10qowKUW82U?t=1154s
- jodrellblank 2y agoHe 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.
- jasonthorsness 2y agoI am holding out hope for NativeAOT-LLVM https://github.com/dotnet/runtimelab/tree/feature/NativeAOT-LLVM https://github.com/dotnet/runtimelab/tree/feature/NativeAOT-...