zlacker

[return to "What Killed Perl?"]
1. 7thacc+bH[view] [source] 2025-11-19 15:15:23
>>speckx+(OP)
It's been discussed before, but Python just seemed more straightforward to a lot of people. It had a built-in object oriented model as well when that was the rage instead of the weak default one and dozen modules on CPAN to do object oriented programming. There was generally one way to do something and that was easier to learn than TIMTOWTDI.
◧◩
2. cestit+iL[view] [source] 2025-11-19 15:32:07
>>7thacc+bH
One of Python’s killer features is how easy it is to find a Python library wrapping some native code library written in C or Fortran. Those used to be notoriously difficult to write for Perl.
[go to top]