http://www.perlmonks.org?node_id=145001
User since: Feb 12, 2002 at 21:56 UTC (22 years ago)
Last here: Jun 30, 2022 at 00:16 UTC (1 year ago)
Experience: 13020
Level:Monsignor (18)
Writeups: 680
Location:San Francisco
User's localtime: Oct 01, 2023 at 07:35 -08
Scratchpad: View
For this user:Search nodes

I am a biophysicist and use Perl primarily for scientific computing. Some say that Perl is a poor match to numerical work, but I would strongly disagree. Perl excels at data munging and database operations needed for large/complex experiments. Developing code in perl is much faster than doing so in C/C++, and the time saved usually more than offsets run time. If I have a hairy matrix calculation, then PDL is a good answer.