Mathew Yeates wrote:
> This is too sweet for words. One of the main reasons I haven't moved
> over to IronPython is that I want to use numpy. Nice Going!
>
Hey - well if someone uses it I might actually maintain it... :-)
For passing lots of data in and out it will probably be highly
ineffici
Hello all,
I've uploaded the download code with a slightly improved version. Thanks
to Seo it now supports passing keyword arguments to the hosted CPython
functions/methods.
http://www.voidspace.org.uk/ironpython/cpython_extensions.shtml
Thanks
Michael
http://www.manning.com/foord
Michael F
This is too sweet for words. One of the main reasons I haven't moved
over to IronPython is that I want to use numpy. Nice Going!
Mathew
Michael Foord wrote:
> Hello all,
>
> I've just posted the experimental code for accessing CPython extensions
> from IronPython. It uses the embedding wrapper fr
Christian Heimes wrote:
> Michael Foord wrote:
>
>> I've just posted the experimental code for accessing CPython extensions
>> from IronPython. It uses the embedding wrapper from Python.NET so I
>> thought I would let you know. :-)
>>
>> Blog entry:
>> http://www.voidspace.org.uk/python/weblog/
Sanghyeon Seo wrote:
> 2007/10/24, Michael Foord <[EMAIL PROTECTED]>:
>
>> I've just posted the experimental code for accessing CPython extensions
>> from IronPython.
>>
>> Article: http://www.voidspace.org.uk/ironpython/cpython_extensions.shtml
>>
>> Comments, bugfixes and improvements welcomed