<html><head></head><body bgcolor="#FFFFFF"><div><br><br>Sent from my iPhone</div><div><br>On 10/04/2012, at 3:56 PM, Jeffrey Thalhammer <<a href="mailto:jeff@imaginative-software.com">jeff@imaginative-software.com</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div><br><div><div>On Apr 9, 2012, at 3:19 AM, Dodger wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">So... How about some old school perl without mooses and meeses?<br><br>Anybody out there code in... You know... Perl?</span></blockquote><br></div><div>Not here.</div><div><br></div><div>The <a href="https://metacpan.org/release/Pinto">Pinto</a> project was my first deep-dive into Moose.  Now I won't do anything without it.  Here's why:</div><div><br></div><div>Economy:  Moose greatly reduces the amount of code I have to write and test.  Less code means fewer bugs.  And the remaining bugs that I do create are a lot easier to spot when the aren't swimming in a sea of getters/setters and other loosely related methods</div></div></blockquote><div><br></div>sub AUTOLOAD {}<div><br></div><div>Who writes accessors?<br><br><blockquote type="cite"><div><div>Organization: Roles, type definitions, and meta extensions each give me convenient "compartments" for my code.  Each compartment is isolated, reusable, and testable.  I find this much faster to write and easier to use than piling everything into traditional classes.</div></div></blockquote><div><br></div><div>I don't see any issue with this in Perl.</div><br><blockquote type="cite"><div><div>Community: The MooseX namespace has a ton of wonderful extensions.  The've solved problems for me that I didn't even know I had.</div></div></blockquote><div><br></div>CPAN has been doing that for almost 2 decades.<div><br><blockquote type="cite"><div><div>-Jeff</div><div><br></div><div><br></div><br></div></blockquote></div></div></body></html>