[Python-Dev] Re: pirate (python+parrot)
Samuele Pedroni
pedronis at bluewin.ch
Mon Aug 4 23:12:11 EDT 2003
More information about the Python-Dev mailing list
Mon Aug 4 23:12:11 EDT 2003
- Previous message: [Python-Dev] Re: pirate (python+parrot)
- Next message: [Python-Dev] Re: pirate (python+parrot)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 15:15 04.08.2003 -0400, Dan Sugalski wrote: >OTOH, the... 'interesting' task that is parsing perl may well have skewed >by feelings on the difficulties of bytecode translation vs source >compilation. ;-P with Python they are both easy, the meaty part of the task is writing a PMC hierarchy that embodies Python semantics or a non-trivial subset thereof. I imagine that the challenge code should touch on things like __getattribute__, descriptors, bound and unbound methods ... otherwise it would be rather unfair. regards.
- Previous message: [Python-Dev] Re: pirate (python+parrot)
- Next message: [Python-Dev] Re: pirate (python+parrot)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list