|
|
|
|
|
by hedora
1842 days ago
|
|
This. Perl at least attempts to maintain backwards compatibility. Python libraries and the interpreter actively break old code all the time. Also, Python is at least as bad as Perl about breaking silently. If you care about maintaining a codebase over time, pick anything that has static types. I’ve found Go to be a reasonable python replacement, though I haven’t found either python or go to be a reasonable perl replacement. |
|