Here's some things that I think should have an elegant way to implement, but currently seem quite difficult (in terms of code ugliness):

In all these cases, it seems that we want a unified arithmetic interface that can be used from C code (or Cython). This wants to sit on top of the cython layer (in some way), but we want to avoid the Cython overhead. How to do? How to do with-out making SAGE code very ugly? How to do with-out making SAGE code very C-like?

days5/proj/coeff_impl (last edited 2008-11-14 13:42:11 by anonymous)