On 23 Apr 2007 13:52:52 -0700, Klaas <[EMAIL PROTECTED]> wrote:
> On Apr 21, 5:14 pm, Fuzzyman <[EMAIL PROTECTED]> wrote:
>
>> Additionally, extending IronPython from C# is orders of magnitude
>> easier than extending CPython from C.
>
> Given the existence of Pyrex, that statement is pretty difficult to
> substantiate.

IMHO, you don't even need Pyrex. When you've done it manually once,
you have the blueprint for your other extension modules. Most of the
work should be normal "fake OOP in C" programming.

Doing it for the first time is another matter, however.

/Jorgen

-- 
  // Jorgen Grahn <grahn@        Ph'nglui mglw'nafh Cthulhu
\X/     snipabacken.dyndns.org>  R'lyeh wgah'nagl fhtagn!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to