http://www.perlmonks.org?node_id=446019


in reply to Parrot vs. C cagematch (Just for fun)

Perl isn't great at this sort of number-crunching application, but you can use C extension modules like PDL to improve performance. There is an example of a fast PDL Mandelbrot here.