On Apr 23, 9:52 pm, 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.
>

With Pyrex you still need to do memory management for non-Python
types. Additionally compiling C# from within IronPython is *very*easy.

C# is a much easier language to use than C - even with the help of
Pyrex. You use types defined in C# *natively* within IronPython.

All the best,

Fuzzyman
http://www.voidspace.org.uk/python/articles.shtml

> -Mike


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to