in reply to Is Perl on the Raspberry Pi worth it?
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! :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Is Perl on the Raspberry Pi worth it?
by stevieb (Canon) on Jun 22, 2019 at 19:40 UTC | |
by haukex (Archbishop) on Jun 23, 2019 at 22:52 UTC |