<div>I think your impression is right. But if there are C-based Python extensions in use (these would have a &quot;.pyd&quot; file extension under Windows), you might have some difficulty making them work. For desktop use, there&#39;s a project called IronClad (<a href="http://code.google.com/p/ironclad/">http://code.google.com/p/ironclad/</a>) that provides pretty good support for the use of C extensions from within IronPython. But this won&#39;t help for Silverlight, where you can&#39;t run native code in the sandbox. You&#39;d need to rewrite the C extensions in a managed language like C# (or IronPython :).<br>
<br></div>
<div class="gmail_quote">On Fri, Mar 26, 2010 at 4:22 AM, David Jensen <span dir="ltr">&lt;<a href="mailto:davidjensen@usa.net">davidjensen@usa.net</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Someone who worked with a person who was heavily using AI related technologies<br>for stock trading (possibly neural networks and related(genetic)) claimed this<br>
person said IronPython could not use the AI stuff because it was written in<br>Cpython. However, my impression is that the very large majority of python<br>libraries are python source code and not compiled C, etc.  programs (dll,<br>
etc.). Furthermore, those &quot;C&quot; libraries may also have &quot;C&quot; source.<br><br>Silverlight will be very powerful when it catches on. I would assume the vast<br>majority of Cpython would run in it.<br><br><br>
David Jensen<br><a href="mailto:davidjensen@usa.net">davidjensen@usa.net</a><br><br><br><br><br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>
<a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br></blockquote></div><br>