logoalt Hacker News

pjmlp10/01/20240 repliesview on HN

Yet another reason to use native compiled languages with bindings to the same C and C++ libraries.

If using C++20 onwards, then it is relatively easy to have similar high level abstractions, one just needs to let go of Cisms that many insist in using.

Here Rust has clearly an advantage that it doesn't allow for copy-paste of C like code.

Naturally D and Swift with their safety and C++ interop, would be an option as well.