@PandaDEV@lemmy.ml to Programmer Humor@lemmy.ml • 3 months agounsafeCodelemmy.mlimagemessage-square19fedilinkarrow-up11arrow-down10 cross-posted to: programmer_humor@programming.dev
arrow-up11arrow-down1imageunsafeCodelemmy.ml@PandaDEV@lemmy.ml to Programmer Humor@lemmy.ml • 3 months agomessage-square19fedilink cross-posted to: programmer_humor@programming.dev
minus-square@affiliate@lemmy.worldlinkfedilink0•3 months agogod, what a beautiful language. it brings a tear to my eye
minus-square@Bogus5553@lemm.eelinkfedilink0•3 months agoI 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.
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.