From: Charlie Bowman Date: 2006-04-27T23:52:11+09:00 Subject: Re: Ruby for command line applications --=-XqH6U+0KQ+6OsgPAcZ3G Content-Type: text/plain Content-Transfer-Encoding: 7bit > I find that if I have non-trivial structured data to manage, I've > crossed the threshold where I want Ruby's better OO support and more > "literate" Hash and Array representations. Perl's equivalents, while > perhaps more concise, become harder to understand and use. Plus, I > love playing with blocks ;) > > dean I agree completely, I began converting a small time keeper comand line app I wrote in perl to keep track of my hours over to ruby as a way of learning ruby. I quickly began adding new features because the object model makes that so easy. That said, I still "enjoy" creating reports in perl over ruby. Probably because I've written so many more in perl. Charlie Bowman www.recentrambles.com --=-XqH6U+0KQ+6OsgPAcZ3G--