RE: Function once: concern
"Mark Hahn" <[email protected]> Thu, 15 Jul 2004 13:31:42 -0700
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <000001c46aaa$bd852260$0b01a8c0@mark> |
> From: Paul Prescod > If we don't have time to do this then maybe we should just leave the > feature out of Prothon 1.0. As pure sugar it seems delayable. We > shouldn't rush the design of something that can wait... At this point all I can say is that I definitely dislike the PEP 318 proposals and I somewhat like my proposals. PEP318 look like ugly kludges added on as an afterthought and they are inflexible. I will agree for now to keep looking for something better we can agree on. I don't agree with your argument about 'once'. Many sugar keywords replace very little typing. Look at the 'prop' keyword. It is not just the typing, it is readability. The 'once' keyword greatly enhances readability by getting rid of all the "if" noise.