Hi Nicolas,
On 2012-04-21, Nicolas M. Thiery wrote:
> At the same time, it's getting far enough from the KISS principle to
> get me uncomfortable. Isn't the use of meta-meta classes overkill (and
> thus potentially fragile, if we are not sure of a Python/Cython rock
> solid support) for the probl
Hi Simon,
On Sat, Apr 21, 2012 at 12:24:24PM +, Simon King wrote:
> Metaclasses are used in Sage in various ways, but so far there is no
> framework for it. By consequence, it is not straight forward to
> combine the features provided by different metaclasses.
> ...
> Do you think thi
Hi!
Metaclasses are used in Sage in various ways, but so far there is no framework
for it.
By consequence, it is not straight forward to combine the features provided by
different
metaclasses.
I have a proof of concept to improve the situation, and the question is whether
I should
post it on a