Ask HN: Has perl been making programmers carefree?
Here's the story, I am a new perl programmer and happen to know a few experienced ones in person. I have observed that perl programmers are very carefree with environment setup, and very little cautious about the OS env. They keep saying, a code written in a one configuration of perl and packages should work in another configuration. As I happen to be a very cautious person, I find this mindset very uncomfortable. Am I the being overly cautious?
2 comments
[ 2.8 ms ] story [ 11.0 ms ] threadWith that said I think that seasoned Perl folks that also has experience running critical applications are usually more cautious and have a better understanding of the OS env and network than most application programmers from many other languages. Perl is after all very unixy.
So for me now it's super-easy to write code that will probably work on most OSs, and where rebuilding stuff for newer perls/OSs is pretty simple.
Cpantesters and the like really helps with this.