Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Math Perl Programming Science

Perl Data Language 2.4.10 released 94

First time accepted submitter tonique writes "Perl Data Language (PDL) 2.4.10 has been released. Highlights of the new release are automatic multi-thread support, support for data structures larger than 2 GB and POSIX threads support. Also available is the first draft of the new PDL book. PDL is especially suitable for scientists. For those not in the know, 'PDL gives standard Perl the ability to compactly store and speedily manipulate the large N-dimensional data arrays which are the bread and butter of scientific computing.' Commercial languages used for the same purpose include MATLAB and IDL."
This discussion has been archived. No new comments can be posted.

Perl Data Language 2.4.10 released

Comments Filter:
  • Re:first post? (Score:2, Interesting)

    by iggymanz ( 596061 ) on Monday February 06, 2012 @11:54AM (#38942283)

    I've spent years coding the Perl; I'll be glad to bash the language as largely unsuitable for large scientific collaborations. The language wasn't really designed, but happened by urban sprawl and accretion over the years. The syntax is inconsistent and the code hard to read. Use something clean and designed well like Python.

An authority is a person who can tell you more about something than you really care to know.

Working...