learnbyexample@programming.dev to Programming@programming.devEnglish · 1 year agoAn opinion on what's a good general-purpose programming languageavestura.devexternal-linkmessage-square15fedilinkarrow-up13arrow-down10
arrow-up13arrow-down1external-linkAn opinion on what's a good general-purpose programming languageavestura.devlearnbyexample@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square15fedilink
minus-squarePsilves1@programming.devlinkfedilinkEnglisharrow-up0·1 year agoI very much disagree. In Python almost everything is abstracted away from you and it’s dynamically and weakly typed. It’s also interpreted. Compare that to C which is literally one step above assembly, strongly and statically typed, as well as compiled. They’ve got completely different use cases and have almost no overlap imo.
minus-squaretheherk@lemmy.worldlinkfedilinkEnglisharrow-up1·1 year agoAgree except Python is strongly typed.
minus-squareTerrorBite :veripawed3:@meow.sociallinkfedilinkarrow-up0·1 year agoIn what way? Python has type hinting, but it’s purely for linting and is not enforced at runtime. Python has always had dynamic duck typing. @theherk @programming
minus-squareCommunityLinkFixerBot@lemmings.worldBlinkfedilinkEnglisharrow-up1·1 year agoHi there! Looks like you linked to a Lemmy community using an URL instead of its name, which doesn’t work well for people on different instances. Try fixing it like this: !programming@lemmy.world/u/theherk) [@programming](https://programming.dev
I very much disagree. In Python almost everything is abstracted away from you and it’s dynamically and weakly typed. It’s also interpreted.
Compare that to C which is literally one step above assembly, strongly and statically typed, as well as compiled.
They’ve got completely different use cases and have almost no overlap imo.
Agree except Python is strongly typed.
In what way? Python has type hinting, but it’s purely for linting and is not enforced at runtime. Python has always had dynamic duck typing.
@theherk @programming
Hi there! Looks like you linked to a Lemmy community using an URL instead of its name, which doesn’t work well for people on different instances. Try fixing it like this: !programming@lemmy.world/u/theherk) [@programming](https://programming.dev