PandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 2 months agounsafeCodelemmy.mlimagemessage-square19fedilinkarrow-up1372arrow-down120 cross-posted to: [email protected]
arrow-up1352arrow-down1imageunsafeCodelemmy.mlPandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 2 months agomessage-square19fedilink cross-posted to: [email protected]
minus-squareaffiliate@lemmy.worldlinkfedilinkarrow-up5·2 months agogod, what a beautiful language. it brings a tear to my eye
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up4·2 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.