python vs perl lines of code

Edward Elliott nobody at 127.0.0.1
Fri May 19 19:29:51 EDT 2006


John Bokma wrote:

> Edward Elliott <nobody at 127.0.0.1> wrote:
> 
>> The question is how to count explicit names like module.class.func;
>> should that be 1 identifier or 3?  Counting as 3 would reward things
>> like "from X import *" which are generally frowned on in python while
>> 'use MOD qw(id)' is encouraged in perl.
> 
> Not by me, and I doubt it is in general.

Well it's all over the Perl Cookbook.

-- 
Edward Elliott
UC Berkeley School of Law (Boalt Hall)
complangpython at eddeye dot net



More information about the Python-list mailing list