The perfect Python

Dan Bishop danb_83 at yahoo.com
Wed Aug 28 21:26:25 EDT 2002


Jean-François Ménard wrote:
>>Private, public, static, arggggggggggg
>>
>>"Your" perfect Python already exists, call "Java".
>>
>>Sorry, he isn't Open Source.
>>
> 
> 
> No! I don't think Java is a better language...
> 
> - No multiple inheritence
> - Static typing
> - Confusing package mechanism
> - Compilation needed
> - Higher overhead
> - Brackets
> - etc. etc.

Don't forget about the lack of operator overloading.

BigDecimal d = b.multiply(b).subtract(
                new BigDecimal(4).multiply(a).multiply(c));




More information about the Python-list mailing list