in reply to Re: What are people doing with Perl 5 and Raku these days?
in thread What are people doing with Perl 5 and Raku these days?

In fairness, Pandas (Python) is very powerful for that sort of thing. It would appear that Perl implements some of that functionality in PDL however.

  • Comment on Re^2: What are people doing with Perl 5 and Raku these days?

Replies are listed 'Best First'.
Re^3: What are people doing with Perl 5 and Raku these days?
by etj (Priest) on Apr 19, 2022 at 22:22 UTC
    You can get closer to pandas-style functionality with Data::Frame.
Re^3: What are people doing with Perl 5 and Raku these days?
by alexander_lunev (Pilgrim) on Dec 01, 2020 at 20:14 UTC

    Oh, I don't do nothing THAT complex to use SUCH powerful things ;)

    Language level of Python and Perl are the same for me: speed, features, what can be done with them. But Perl have curly brackets for blocks, and Python don't, so programming in Python is always an indendation pain for me (sometimes I need to do something with Python, and it's frustrating), while programming in Perl is always fun. And now when I learn how to make Mojolicious application a Windows service (with Mojo::Server::Elzar), I'm loving Perl more than ever.