Re: [Python-Dev] syntactic sugar idea for {static,class}methods
barry@zope.com (Barry A. Warsaw) writes:
"MH" == Michael Hudson <mwh@python.net> writes: >> I'd leave them out of the picture, unless you mean to imply >> that a list is acceptable in that position <wink>.
MH> Well, it is, at the moment...
Well, that's pretty neat! Maybe FAST, but neat. :)
No, you're going to have to explain that. (Googling for "FAST" isn't terribly enlightening...). Cheers, M. -- well, take it from an old hand: the only reason it would be easier to program in C is that you can't easily express complex problems in C, so you don't. -- Erik Naggum, comp.lang.lisp
"MH" == Michael Hudson <mwh@python.net> writes:
MH> barry@zope.com (Barry A. Warsaw) writes: >> "MH" == Michael Hudson <mwh@python.net> writes: >> I'd leave them out of the picture, unless you mean to imply >> that a list is acceptable in that position <wink>. >> MH> Well, it is, at the moment... Well, that's pretty neat! >> Maybe FAST, but neat. :) MH> No, you're going to have to explain that. (Googling for MH> "FAST" isn't terribly enlightening...). It stands for "facinating and stomach turning", a reference to a docstring-based mechanism John Aycock used for his parser technology. :) -Barry
participants (2)
-
barry@zope.com -
Michael Hudson