PandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 4 个月前unsafeCodelemmy.mlimagemessage-square18linkfedilinkarrow-up1392arrow-down120 cross-posted to: programmer_humor@programming.dev
arrow-up1372arrow-down1imageunsafeCodelemmy.mlPandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 4 个月前message-square18linkfedilink cross-posted to: programmer_humor@programming.dev
minus-squareaffiliate@lemmy.worldlinkfedilinkarrow-up5·4 个月前god, what a beautiful language. it brings a tear to my eye
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up4·4 个月前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.
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.