If we're not writing code by hand anymore anyway, why not skip programming languages altogether and have the AI output machine code right away?
Is Python Becoming Pinyin?
31–40 of 82 posts
Re: Is Python Becoming Pinyin?
#32If we're not writing code by hand anymore anyway, why not skip programming languages altogether and have the AI output machine code right away?
Re: Is Python Becoming Pinyin?
#33Python has wonderful set of libraries so it is probably going to stay with us for a while. However, I suspect major takeover by Typescript (despite I like Python more).
Now if .NET was still not so embedded in the Windows ecosystem that would be very interesting to me to jump from TS. As it is I am learning Go instead.
Re: Is Python Becoming Pinyin?
#34If we're not writing code by hand anymore anyway, why not skip programming languages altogether and have the AI output machine code right away?
Re: Is Python Becoming Pinyin?
#35Earlier quoted context omitted.
To what extent do you see Python drifting toward stronger typing? I ask because after 10 years without touching a single line of Python, I recently worked on a Python code base and I was very positively surprised by the static typing that's available in the language now. Not even necessary to to reach for additional tooling like JS and TS.
How are you getting static typing without additional tooling?
Re: Is Python Becoming Pinyin?
#36If you don't know what is Pinyin I googled it for you (I didn't know what it is): Pinyin is a system for writing Mandarin Chinese sounds using the Latin alphabet. Pinyin is commonly used for learning Chinese pronunciation and for typing Chinese characters.
The article did explain, albeit near the end.
Re: Is Python Becoming Pinyin?
#37Python has wonderful set of libraries so it is probably going to stay with us for a while. However, I suspect major takeover by Typescript (despite I like Python more).
My money would be on Go and Rust. Most of the major downsides of either language go away if you let the agent write almost all of the code Go might have the advantage because it's easier to read outside the IDE
Re: Is Python Becoming Pinyin?
#38Earlier quoted context omitted.
My money would be on Go and Rust. Most of the major downsides of either language go away if you let the agent write almost all of the code Go might have the advantage because it's easier to read outside the IDE
A big selling point for Python is the large number of native extensions. Rust has a huge advantage here, in fact many popular Python libraries use Rust underneath.