RE: Re[2]: Re: Comprehensions
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <000401c469d2$8438f370$0b01a8c0@mark> |
Lenard Lindstrom Wrote > Packages: (At least I have never seen one in Prothon ) They > are probably not critical for a 1.0 release but should be > added soon afterwards. It would be nice if, in keeping with > modules as ordinary objects, packages could just be a special > module, and not tied directly to an operating system's > directory structure. Packages are fully supported in Prothon. I just added them to the tutorial last week. They are tied to the directories exactly as in Python. They are an object just like a module. > Slice lists and ellipses in subsripts for user defined sequences. Hmm. Are these in Python? If not, then can you elaborate?