Show HN: I Wrote a Book: Minimum Viable Perl
mvp.kablamo.org
Show HN: I Wrote a Book: Minimum Viable Perl
1–10 of 10 posts
Re: Show HN: I Wrote a Book: Minimum Viable Perl
#2Re: Show HN: I Wrote a Book: Minimum Viable Perl
#3Re: Show HN: I Wrote a Book: Minimum Viable Perl
#4Do people still use Perl? Why and where?
Re: Show HN: I Wrote a Book: Minimum Viable Perl
#5Do people still use Perl? Why and where?
Yes, there are several legacy systems where a full rewrite is way more risky than maintenance-and-minor-enhancements-only. If you're surprised that Perl is still alive, don't go asking about how many COBOL systems are still out there!
Re: Show HN: I Wrote a Book: Minimum Viable Perl
#6Earlier quoted context omitted.
Yes, there are several legacy systems where a full rewrite is way more risky than maintenance-and-minor-enhancements-only. If you're surprised that Perl is still alive, don't go asking about how many COBOL systems are still out there!
I was more curious whether people are still using Perl on new projects and if so why they choose to do so.
Re: Show HN: I Wrote a Book: Minimum Viable Perl
#7Do people still use Perl? Why and where?
Re: Show HN: I Wrote a Book: Minimum Viable Perl
#8Earlier quoted context omitted.
I was more curious whether people are still using Perl on new projects and if so why they choose to do so.
This gets asked a fair amount on r/perl and on here. In short, because it's still a great language with yearly releases and a large library ecosystem (CPAN). It's built in to Linux and works really well there (although Python is as well), but also you can generally run 20 year old perl code in a 5.26 distribution of Perl without much issue. Performance is really good too. I'd say it's harder to learn than Python if y…
Perl has libraries for numerical/science stuff too. :)
http://search.cpan.org/dist/Math-GSL
Those are some of the major ones. Being Perl, of course there's more.
Re: Show HN: I Wrote a Book: Minimum Viable Perl
#9Nice work, I like it! It's like Learn X in Y Minutes, but with some more depth..
Re: Show HN: I Wrote a Book: Minimum Viable Perl
#10Earlier quoted context omitted.
This gets asked a fair amount on r/perl and on here. In short, because it's still a great language with yearly releases and a large library ecosystem (CPAN). It's built in to Linux and works really well there (although Python is as well), but also you can generally run 20 year old perl code in a 5.26 distribution of Perl without much issue. Performance is really good too. I'd say it's harder to learn than Python if y…
> unless you need to do numerical work (numpy/scypy) or data work (Pandas & Matplotlib) Perl has libraries for numerical/science stuff too. :) http://pdl.perl.org http://search.cpan.org/dist/Math-GSL http://bioperl.org Those are some of the major ones. Being Perl, of course there's more.