Slide 1

Slide 1 text

Perl and Scientific Programming A Panel Discussion https://perl4science.github.io/ https://groups.google.com/forum/#!forum/the-quantified-onion

Slide 2

Slide 2 text

The Panel ● Jay Hannah - Lapsed BioPerl abuser. Lord of Fire, Emeritus ● Walter Mankowski - Postdoctoral researcher, Bioimage Lab, Drexel University ● Dana Jacobsen - Senior Software Engineer at Rentrak

Slide 3

Slide 3 text

● In what way have you used Perl for Scientific programming?

Slide 4

Slide 4 text

● Is Perl just a glue language or can it be a primary language in science?

Slide 5

Slide 5 text

● PDL is the canonical science module, along with BioPerl. Are there any others that you recommend or know of?

Slide 6

Slide 6 text

● I think the killer app for python isn't Numpy/Scipy so much as matplotlib. It steals Matlab's plotting capabilities. Does Perl have something similar? If not, why not?

Slide 7

Slide 7 text

● Speaking of Python, Python(x,y) does a good job of collecting almost everything you might need to do scientific programming on Windows, in a very Matlab way. Is Matlab the application that we (Perl and Python or anything else) need to compare/compete against?

Slide 8

Slide 8 text

● Parallel computing is becoming more and more important. You can get a 192 GPUs with Nvidia's Jetson system (for $200). Have you used any parallel computing with Perl? ● What options do you know of and use or recommend?

Slide 9

Slide 9 text

● What about library bindings, like GSL?