Re: Decorators and static typing.

2005-01-05 Thread Stephen Thorne
On Wed, 05 Jan 2005 15:30:27 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Well, the decorator war is over (Python lost IMO!) and now we've got the > static typing war to fight! > > Both of these seem like syntax sugar to avoid writing good code! One has > already introduced ugly coding an

Decorators and static typing.

2005-01-05 Thread whisper
Well, the decorator war is over (Python lost IMO!) and now we've got the static typing war to fight! Both of these seem like syntax sugar to avoid writing good code! One has already introduced ugly coding and the 2nd is likely to do the same! Ok, so how do you do keywords and default values? de