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.
◧◩◪
3. autarc+xN[view] [source] 2025-11-19 15:43:54
>>cestit+iL
I was writing a comment asking if it was really easier. Then I took a look at Cython. Yes, this looks easier than Perl's XS, which I have some experience with! There are ways to do something similar in Perl these days, notably https://metacpan.org/pod/FFI::Platypus. But these are relatively new (starting in the 2010s) compared to the history of Perl, and Cython goes back to the early 2000s.
[go to top]