364
unsafeCode
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
I personally think that C++ can be beautiful. For example:
std::filesystem::path
overrides the/
operator, for specifying parent paths. It’s the same as Kotlin’s OKIO and Pythons standard pathlib.