Comment on Ask HN: Memory-safe low level languages?parentComments−neonsunset1yC# is not a systems-programming languageIncorrect, the main restriction are the targets supported by CoreCLR/NativeAOT/Mono(to an extent).Or, at least, if you pick all memory-safe languages with GC, C# offers the most when it comes to low-level access.
Comments
Incorrect, the main restriction are the targets supported by CoreCLR/NativeAOT/Mono(to an extent).
Or, at least, if you pick all memory-safe languages with GC, C# offers the most when it comes to low-level access.