I have several Raspberry Pi's in service / planned to be in service:

... and of course I use Perl on all of them, more or less heavily :-)

Speaking in general, one of the many things I like about Perl is its how tightly it is integrated with *NIX OSes - just look at how many Perl functions mirror the underlying APIs. And one of the things I like about RPi's is that they are basically embedded systems, with many similarities to systems with much smaller microcontrollers, but they in fact are full-fledged Linux systems (the only real caveat being the higher power consumption). In a time where many things are getting abstraction layers (cloud services, JavaScript on the server, REST APIs for everything...), I think the *NIX philosophy is still alive and well in the RPi world. And so IMHO this is a great place for Perl to shine :-)

Since Raspberry Pi's are aimed at teaching about embedded systems, I think the learning aspect is important. Look at it this way: if we didn't have these libraries for newcomers to simply reach for, then what reason would they have to seriously consider Perl <update> for their hardware interfacing needs? </update> So I think it's great you've made all those modules available! :-)


In reply to Re: Is Perl on the Raspberry Pi worth it? by haukex
in thread Is Perl on the Raspberry Pi worth it? by stevieb

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.