|
|
|
|
|
by hedora
1341 days ago
|
|
It will be a long time before it makes sense to use python where longevity/portability matter. Python breaks backwards compatibility with old scripts every six months or so. In practice, this means you have to port scripts every time you switch machines. Virtual environments sometimes address this issue, but they are hit or miss. In contrast, perl scripts from 1999 often work unchanged on clean 2022 OS installs. |
|