|
|
|
|
|
by xdfgh1112
318 days ago
|
|
Have you used them? Perl has version tags in source code and everything is feature gated including the stdlib. Python does none of that. The stdlib changes constantly and just looking at source code gives you no indication if you can run it with your installed python version. |
|