Re: dispatch tables in Python 2.4
From: Paul Moore (pf_moore_at_yahoo.co.uk)
Date: 08/07/04
- Next message: Michele Simionato: "Re: decorators and multimethods"
- Previous message: Paramjit Oberoi: "Re: Plotting histograms, scatter plots in Python"
- In reply to: Michele Simionato: "dispatch tables in Python 2.4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 07 Aug 2004 16:34:02 +0100
michele.simionato@gmail.com (Michele Simionato) writes:
> BTW, what's the status of the so called "functional" module? I think
> there was a rumor of such a module scheduled for Python 2.4 or 2.5.
> To play with decorators we really need some standard way to compose
> functions and to do partial application of arguments.
PEP 309 is marked as "Accepted", and an implementation patch exists.
The PEP needs updating, and there are possibly a few more procedural
things to do before the code is checked in. I emailed the author of
the PEP on Friday, asking about this. I think it's mainly lack of
tuits.
The PEP only covers partial application, BTW.
Paul.
-- Any sufficiently advanced technology is indistinguishable from magic. -- Arthur C. Clarke
- Next message: Michele Simionato: "Re: decorators and multimethods"
- Previous message: Paramjit Oberoi: "Re: Plotting histograms, scatter plots in Python"
- In reply to: Michele Simionato: "dispatch tables in Python 2.4"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|