cm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agoAI will replace programmerslemmy.mlimagemessage-square109linkfedilinkarrow-up1255arrow-down123
arrow-up1232arrow-down1imageAI will replace programmerslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square109linkfedilink
minus-squaretoastmeister@lemmy.calinkfedilinkarrow-up0·1 year 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·1 year 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·1 year agoWell that can’t be true, why would anyone have ever made a dynamic typing system?
minus-squarecx40@programming.devlinkfedilinkEnglisharrow-up2·1 year agoThat’s also to make programming easier. Different programmers have different needs.
minus-squareHonytawk@feddit.nllinkfedilinkarrow-up0·1 year agoA language to do what? That is just programming with extra steps
minus-squaretoastmeister@lemmy.calinkfedilinkarrow-up1·1 year 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.