Exploring Programming Language Architecture in Perl (2010)
1–9 of 9 posts
Re: Exploring Programming Language Architecture in Perl (2010)
#2Re: Exploring Programming Language Architecture in Perl (2010)
#3Re: Exploring Programming Language Architecture in Perl (2010)
#4Re: Exploring Programming Language Architecture in Perl (2010)
#5Re: Exploring Programming Language Architecture in Perl (2010)
#6I have used perl in lot of projects many years a ago and personally I was a big fan of it. I used perl to do lot of flat file and log processing, also had fun time building CGI based apps too. But I guess perl didn't transitioned from v5 to v6 fast enough and now lot of other programming languages have taken over.
Perl 5 is still actively developed[0] and has a large community releasing modules[1]. I still [0]: http://www.cpan.org/src/README.html [1]: https://metacpan.org/recent
Re: Exploring Programming Language Architecture in Perl (2010)
#7Perl 6 variant of this would be nice.
Re: Exploring Programming Language Architecture in Perl (2010)
#8Re: Exploring Programming Language Architecture in Perl (2010)
#9I have used perl in lot of projects many years a ago and personally I was a big fan of it. I used perl to do lot of flat file and log processing, also had fun time building CGI based apps too. But I guess perl didn't transitioned from v5 to v6 fast enough and now lot of other programming languages have taken over.
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.