Re: Namespaces
- Posted by "Cuny, David at DSS" <David.Cuny at DSS.CA.GOV> Oct 24, 2000
- 635 views
Robert Craig wrote: > Subscripting/slicing of general expressions, > rather than just variables, is on my list, > but it's pretty far down the list. It would take > some effort to retrofit it, and I suspect I've > made numerous subtle assumptions. Thanks, I just wondered if there were any compelling conceptual reasons against it. > with no installed base of user-written code > to support, no users to support, little existing > code of your own to maintain etc... I better revel in it while I can. > back to the Translator... I remember saying I couldn't think of any compelling reason why I'd want the translator. Now I've written Py, and need all the speed I can get my hands on. I suspect I'll figure out how to link it to C libraries at some point, and *really* be hooked. I really like how ec hides all the compiler, linker, and makefile details. The djgpp version even automatically compresses the executable. Very nice, especially for idiots like me. -- David Cuny