[Python-Dev] Re: User extendable literal modifiers ?! (original) (raw)
Greg Ewing greg@cosc.canterbury.ac.nz
Tue, 01 Oct 2002 10:22:39 +1200 (NZST)
- Previous message: [Python-Dev] Re: User extendable literal modifiers ?!
- Next message: [Python-Dev] Re[3]: User extendable literal modifiers ?!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Fredrik Lundh <fredrik@pythonware.com>:
isn't the whole idea that with a special syntax, you can do some of the processing when compiling the script?
I suppose the literal object could be precomputed when compiling -- but how would you marshal it when saving the bytecode?
Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg@cosc.canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] Re: User extendable literal modifiers ?!
- Next message: [Python-Dev] Re[3]: User extendable literal modifiers ?!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]