I am trying to combat an image problem -- in others' heads and, consequently, also in my own head. Using Perl for science.

Even with the existence of PDL, and tons of modules on CPAN that do science-y stuff, from a very non-scientific scan of the net, seems like, besides C++ and Java, numpy and scipy get more mindshare. Heck, even PHP and Ruby are getting picked up.

I was recently talking to someone who works for a company making a triple-store database. The rdfstore comes with bindings for Java, Python, C#, Lisp and even Ruby. When I asked him about Perl, he said,

db-guy: "Perl... that would be weird." me: "Why would that be weird?" db-guy: "Well, Perl is used for text and strings... it is not really u +sed for programming scientific applications" me: "and, you think Python and Ruby are better at scientific applicati +ons?" db-guy: "uh huh... I haven't really used Perl or Python or Ruby. It se +ems that Perl is used more for CGI"

and so it goes.

Recently I was following up on MachetEC2... http://forums.flowingdata.com/topic/machetec2-open-visualization-big-data-toolkit-on-amazon-ec2

once again, no mention of Perl.

As a Perl lover, I feel neglected, but realize that pouting is not useful. Unfortunately, I am not good enough with Perl to make my own bindings and release them. So, I am doing the least I can do -- come to the monks and kvetch.

Now I feel better, and am going back to learning PDL.

--

when small people start casting long shadows, it is time to go to bed

In reply to Perl for science by punkish

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.