Re: Re: Comprehensions

"Mark Hahn" <[email protected]> Sun, 18 Jul 2004 13:05:29 -0700
Newsgroups gmane.comp.lang.prothon.user
Message-ID <[email protected]>
Paul Prescod wrote:

> It wouldn't hurt to take a morning and just skim them. It is hard for
> me to know what you will consider important enough to want in Prothon
> 1.0 or even Prothon 5.0. Here are some random interesting ones:
>
> S   218  Adding a Built-In Set Object Type            Wilson
> S   246  Object Adaptation                            Evans
> S   269  Pgen Module for Python                       Riehl
> S   299  Special __main__() function in modules       Epler
> S   310  Reliable Acquisition/Release Pairs           Hudson, Moore
> S   330  Python Bytecode Verification                 Pelletier

The two big ones that I liked a lot and really needed to be done now are
Sets (218) and main_() (299).

I've added 3  (218, 299, 310) of the above 6 and I'll probably add 2 more
(246, 330) later.  That only leaves the pgen one (269) which I know you
really want.  So who knows maybe you'll talk me into using an AST someday
and I'll end up doing all 6.

I skimmed the rest of the PEP list and most pertain to only Python or could
be considered later.