Re: Few things

2004-12-03 Thread Scott David Daniels
Josiah Carlson wrote: An option if you want to get all of the base representations available is a prefix notation that is similar to what already exists. I'm not advocating it (because I also think its crap), but the following fixes the problems with your postfix notation, and is explicit about ba

Re: Few things

2004-11-30 Thread bearophile
< Yep, documentation and doctests (etc) are useful. >>but I've seen that lots of people have already discussed such topic).<< >Discussion of the @ decorator syntax is a moot point.< I know, I noticed that... Still, only few things are fixed in stone :-] >Think

Re: Few things

2004-11-30 Thread Josiah Carlson
[EMAIL PROTECTED] (bearophile) wrote: > > Thank you for the comments and answers, and sorry for my answering > delay... > > Josiah Carlson: > > >Decorators can do this without additional syntax. Think @accepts and > @returns.< > > The purpose of those pre-post is to write something simile and

Re: Few things

2004-11-30 Thread bearophile
Thank you for the comments and answers, and sorry for my answering delay... Josiah Carlson: >Decorators can do this without additional syntax. Think @accepts and @returns.< The purpose of those pre-post is to write something simile and very *clean* that states what inputs and outputs must be. Th