On May 11, 2008, at 1:55 AM, Dag Sverre Seljebotn wrote:

> So to have consistency in any sane way one
> needs to make "all compile-time types also available run-time types"

I don't understand what you're getting at here. I thought
that all these type parameters -- whether they're "values"
like ints, or other types -- would be resolved at compile
time. In other words, in

   cdef A(len = x) a

the x would have to be a constant expression. There's no
problem with constant expressions, as they're already
used in C array declarations.

-- 
Greg
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to