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. ok1234+XU1[view] [source] 2025-11-19 21:12:57
>>7thacc+bH
TIMTOWTDI broke down with trying to do OOP in Perl. You could either bless a hash, or use a meta-object framework (moose?). You could end up with hierarchies of different types of objects with their own behavior.
[go to top]