Exploring Programming Language Architecture in Perl (2010)(billhails.net) |
Exploring Programming Language Architecture in Perl (2010)(billhails.net) |
Perl 5 is still actively developed[0] and has a large community releasing modules[1]. I still <3 it.
[0]: http://www.cpan.org/src/README.html [1]: https://metacpan.org/recent
That being said Perl was the first higher-level language I learned so it has a special place in my heart. And I learned to value a lot of the collection-processing capabilities of the language. But the fact that there's more than one way to do things creates a situation where understanding someone else's code requires you to know all the different ways to do something. And the only way to know how some stuff works is to read source code.