On 10/17/07, Keith J. Farmer <[EMAIL PROTECTED]> wrote:
>
>  See my earlier email.  I think you **could** keep it in C, compile into
> pure IL.  At that point you have to deal with pointer-driven algorithms (eg,
> NumPy), but you could generate safe code.
>
The basic data type in a CPython extension is a "PyObject *".  That asterisk
there is an old-fashioned way of saying "unsafe code".  :)

--
Curt Hagenlocher
[EMAIL PROTECTED]
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to