PandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 8 days agounsafeCodelemmy.mlexternal-linkmessage-square20fedilinkarrow-up1376arrow-down117 cross-posted to: programmer_humor@programming.dev
arrow-up1359arrow-down1external-linkunsafeCodelemmy.mlPandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 8 days agomessage-square20fedilink cross-posted to: programmer_humor@programming.dev
minus-squareaffiliate@lemmy.worldlinkfedilinkarrow-up5·7 days agogod, what a beautiful language. it brings a tear to my eye
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up4·7 days 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.