Perl Data Language
cerney, csopen, kgb, lambd, marshallch, tjenness, tpickering, zowie
Description
The PDL module gives standard perl the ability to COMPACTLY store and SPEEDILY manipulate the large N-dimensional data sets that are the bread and butter of scientific computing.
Perl Data Language Web SiteUser Ratings
User Reviews
-
Great software, thanks!
-
Great project. Thanks for sharing description !
-
I am a perl coder on the company. PDL is amazing tool. I wish I can join this project.
-
PDL is my bread and butter scientific computing language. I use it for image processing, experiment control, simulation interface, curve fitting, data manipulation, and just about anything else a general purpose scientific language is useful for. It is very nice to have access to all of CPAN within my scientific code, and the Inline tools are extraordinarily useful for coding up hot-spots in C or the vector metalanguage PP, right there in my scripts.
-
It's got its quirks but it pretty much makes Perl as fast as C, while still being Perl. It's awesome!