353
unsafeCode
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
god, what a beautiful language. it brings a tear to my eye
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.