cm0002@lemmy.world to Programmer Humor@programming.dev · 27 days agoAI will replace programmerslemmy.mlimagemessage-square95fedilinkarrow-up11.07Karrow-down138
arrow-up11.03Karrow-down1imageAI will replace programmerslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 27 days agomessage-square95fedilink
minus-squaretoastmeister@lemmy.calinkfedilinkarrow-up1arrow-down3·26 days agoCould AI allow you to write code in python, and then turn the python into a static language with static variables at least?
minus-squareHonytawk@feddit.nllinkfedilinkarrow-up1·edit-226 days agoA language to do what? That is just programming with extra steps
minus-squaretoastmeister@lemmy.calinkfedilinkarrow-up1·edit-226 days 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.
minus-squarecx40@programming.devlinkfedilinkEnglisharrow-up1·26 days 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·25 days agoWell that can’t be true, why would anyone have ever made a dynamic typing system?
minus-squarecx40@programming.devlinkfedilinkEnglisharrow-up2·25 days agoThat’s also to make programming easier. Different programmers have different needs.
Could AI allow you to write code in python, and then turn the python into a static language with static variables at least?
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.
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.