chraebsli to Programmer [email protected] • 11 months agoStop comparing programming languagesprogramming.devimagemessage-square183fedilinkarrow-up1721
arrow-up1721imageStop comparing programming languagesprogramming.devchraebsli to Programmer [email protected] • 11 months agomessage-square183fedilink
Stop comparing programming languages Python is versatile JavaScript is powerful Ruby is elegant C is essential C++ Java is robust
minus-squarexigoilinkfedilinkEnglish1•11 months agoWhat’s the point of having a function in the standard library if the universal recommendation is to never use it?
minus-square@[email protected]linkfedilink1•edit-211 months agoIs that the recommendation? This is the first time I’ve actually seen it discussed. I’m wondering at this point if a new, different stdlib would be better. Or just use Rust.
minus-squarexigoilinkfedilinkEnglish1•11 months agoTo be honest, my comment probably applies more to gets, but the point is the same.
What’s the point of having a function in the standard library if the universal recommendation is to never use it?
Is that the recommendation? This is the first time I’ve actually seen it discussed.
I’m wondering at this point if a new, different stdlib would be better. Or just use Rust.
To be honest, my comment probably applies more to
gets
, but the point is the same.