Hacker News new | ask | show | jobs
by uecker 24 days ago
There is not much real evidence for "devs wrongly assume" and as someone writing numerical code (clusters, NUMA, SIMD, etc.) I think C is still the ideal tool for this.
1 comments

Why should it be, the language doesn't expose any of it.
Assuming you mean the standard does not provide features for numa and simd? It doesn't necessarily have to. I think it is not surprising that you seem always bewildered that people still use C (as per your comments), as it seems you fundamentally do understand neither standardization nor systems programming.
I do certainly understand it, by the eyes of C++, Rust, Ada, Object Pascal, Modula-2, D.
Systems programming is not primarily about programming languages though...