1
Ask HN: Python’s Prospects in a Copiloted World
Given that models are emerging that can write code at a competent level, do you think the attractiveness of dynamically typed languages like python will diminish while statically typed languages like C++ and rust will become more popular?
My thought process here is that languages like python are easy for humans to write, but hard for computers to validate. The advantages somewhat go away when code can be written by a model. Meanwhile, the disadvantages such as poorer maintainability and performance of these languages would still exist.