Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

Perl Data Language

Perl Data Language - Programming language

< >

Perl Data Language is a programming language created in 1996.

#840on PLDB 27Years Old 130Users
0Books 0Papers

Perl Data Language (abbreviated PDL) is a set of free software array programming extensions to the Perl programming language. PDL extends the data structures built into Perl, to include large multidimensional arrays, and adds functionality to manipulate those arrays as vector objects. It also provides tools for image processing, computer modeling of physical systems, and graphical plotting and presentation. Read more on Wikipedia...


Example from Wikipedia:
perldl> $x = pdl [[1, 2], [3, 4]]; perldl> $y = pdl [[5, 6, 7],[8, 9, 0]]; perldl> $z = $x x $y; perldl> p $z; [ [21 24 7] [47 54 21] ]
json-graph-format.html 路 perl-data-language.html 路 gopher-protocol.html

View source

- Build the next great programming language Search Day 213 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com