@[email protected] to Programmer [email protected] • 3 months agounsafeCodelemmy.mlimagemessage-square20fedilinkarrow-up1388cross-posted to: [email protected]
arrow-up1388imageunsafeCodelemmy.ml@[email protected] to Programmer [email protected] • 3 months agomessage-square20fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink5•3 months agogod, what a beautiful language. it brings a tear to my eye
minus-square@[email protected]linkfedilink4•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.