Perl has been completely replaced by Python for me. Perl was the second language I learned in around 1995 after learning Turbo Pascal in my pre-teens. Perl allowed me to learn the programming arts freely, the programs I wrote weren't pretty back then but they ran and performed a function. It let me experiment with CGI, GUIs and writing video games. Thanks Perl. Pity you were so ugly and we had to break up but Python…
> Pity you were so ugly > [1] Personal preference I am not looking for a fight :) Your wordings don't align with the disclaimer. That's like saying "you are an idiot, but hey, it's a personal perspective - I am not looking for a fight". FWIW, I have used perl heavily, and now a days mostly do Python and Ruby. My reasons for Python/Ruby are basically Nltk/Flask/Gevent, Rails etc and don't have much to do with the lang…
Perl 5.14.2 is now available
31–40 of 46 posts
Re: Perl 5.14.2 is now available
#32Re: Perl 5.14.2 is now available
#33Any idea on 5.14.0 for Strawberry Perl? Doesn't send a good signal when the Windows version starts to fall behind.
If you really want to know the release date, check in with the guys at #win32 on irc.perl.org.
Re: Perl 5.14.2 is now available
#34Cool. Nice to see the updates coming but it's rather lightweight and minor. Of all my pet projects and scripts, Perl ones hold the most value. Lala.com music downloader comes to mind.
The next version (5.16) is due in Spring 2012 and there are regular (monthly) updates to this on the 5.15 development track:
* 5.15.0 - http://search.cpan.org/~stevan/perl-5.15.3/pod/perl5150delta...
* 5.15.1 - http://search.cpan.org/~stevan/perl-5.15.3/pod/perl5151delta...
* 5.15.2 - http://search.cpan.org/~stevan/perl-5.15.3/pod/perl5152delta...
* 5.15.3 - http://search.cpan.org/~stevan/perl-5.15.3/pod/perldelta.pod
Re: Perl 5.14.2 is now available
#35Re: Perl 5.14.2 is now available
#36Perl has been completely replaced by Python for me. Perl was the second language I learned in around 1995 after learning Turbo Pascal in my pre-teens. Perl allowed me to learn the programming arts freely, the programs I wrote weren't pretty back then but they ran and performed a function. It let me experiment with CGI, GUIs and writing video games. Thanks Perl. Pity you were so ugly and we had to break up but Python…
> Pity you were so ugly > [1] Personal preference I am not looking for a fight :) Your wordings don't align with the disclaimer. That's like saying "you are an idiot, but hey, it's a personal perspective - I am not looking for a fight". FWIW, I have used perl heavily, and now a days mostly do Python and Ruby. My reasons for Python/Ruby are basically Nltk/Flask/Gevent, Rails etc and don't have much to do with the lang…
Perl libraries made a huge leap forward. And for me it was unnoticed.
Re: Perl 5.14.2 is now available
#37Earlier quoted context omitted.
People complaining about Perl being ugly is a bit like people complaining that clay is ugly. Yes, you can build tremendously ugly Perl, but you can also build code of breath-taking beauty, combining the best parts of functional programming and OO...
So, it's a general purpose programming language like a lot of other languages are too? The complaint is obviously that Perl is uglier than it needs to be. You can see this when you compare it to other languages that are just as (if not more) powerful but not as ugly.
Re: Perl 5.14.2 is now available
#38Earlier quoted context omitted.
So, it's a general purpose programming language like a lot of other languages are too? The complaint is obviously that Perl is uglier than it needs to be. You can see this when you compare it to other languages that are just as (if not more) powerful but not as ugly.
"There's more than one way to do it" (TMTOWTDI or TIMTOWTDI) is a Perl motto. Perl was written with that idea in mind. This can allow developers to write "ugly" Perl -- or quite the opposite, as @peteretep said.
Even Python, who's motto would be closer to "one right way to do it" always has more than one way. So you're statement doesn't explain anything I'm afraid.
Re: Perl 5.14.2 is now available
#39Earlier quoted context omitted.
> Pity you were so ugly > [1] Personal preference I am not looking for a fight :) Your wordings don't align with the disclaimer. That's like saying "you are an idiot, but hey, it's a personal perspective - I am not looking for a fight". FWIW, I have used perl heavily, and now a days mostly do Python and Ruby. My reasons for Python/Ruby are basically Nltk/Flask/Gevent, Rails etc and don't have much to do with the lang…
If you still consider Perl, I recommend checking out: Plack, AnyEvent::*, Catalyst/Dancer (depending on required complexity) for web stuff. Perl libraries made a huge leap forward. And for me it was unnoticed.
Also, check out Coro (coroutines), Tatsumaki and plackperl.org for other awesome libraries and tools that rival and even surpass their counterparts in other languages.
Re: Perl 5.14.2 is now available
#40Earlier quoted context omitted.
"There's more than one way to do it" (TMTOWTDI or TIMTOWTDI) is a Perl motto. Perl was written with that idea in mind. This can allow developers to write "ugly" Perl -- or quite the opposite, as @peteretep said.
Show me a modern, general purpose language for which there isn't more than one way to do most things and I'll show you a language you don't know very well. Even Python, who's motto would be closer to "one right way to do it" always has more than one way. So you're statement doesn't explain anything I'm afraid.
If you want beautiful Perl, pick up Kaufmann's "Higher-Order Perl." It has a number of functional design patterns and ideas which are useful and elegant. The author claims that where most people write C in Perl, his book is an attempt to convince you to write Lisp in Perl.