cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoAI will replace programmerslemmy.mlimagemessage-square109linkfedilinkarrow-up1247arrow-down123
arrow-up1224arrow-down1imageAI will replace programmerslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square109linkfedilink
minus-squaretoastmeister@lemmy.calinkfedilinkarrow-up0·2 months agoCould AI allow you to write code in python, and then turn the python into a static language with static variables at least?
minus-squarecx40@programming.devlinkfedilinkEnglisharrow-up1·2 months agoBut the main benefits of static typing is in making the programming part easier. What do you gain from translating dynamically typed languages into a statically typed language?
minus-squaretoastmeister@lemmy.calinkfedilinkarrow-up1·2 months agoWell that can’t be true, why would anyone have ever made a dynamic typing system?
minus-squarecx40@programming.devlinkfedilinkEnglisharrow-up2·2 months agoThat’s also to make programming easier. Different programmers have different needs.
minus-squareHonytawk@feddit.nllinkfedilinkarrow-up0·edit-22 months agoA language to do what? That is just programming with extra steps
minus-squaretoastmeister@lemmy.calinkfedilinkarrow-up1·edit-22 months agoWell python is slow due to garbage collection and dynamic types, if AI could fill those in it would make programming far easier at least. You could write low level drivers in python.
Could AI allow you to write code in python, and then turn the python into a static language with static variables at least?
But the main benefits of static typing is in making the programming part easier. What do you gain from translating dynamically typed languages into a statically typed language?
Well that can’t be true, why would anyone have ever made a dynamic typing system?
That’s also to make programming easier. Different programmers have different needs.
A language to do what?
That is just programming with extra steps
Well python is slow due to garbage collection and dynamic types, if AI could fill those in it would make programming far easier at least.
You could write low level drivers in python.