adi, thanks for helping. can you elaborate on the problems with IronPython? I assume you're using a stable 1.0 release (not before, or 1.1 which isn't released yet)
On 4/17/07, Tal Einat <[EMAIL PROTECTED]> wrote:
I forwarded your question to some friends, here is one (very slightly edited) response. ---------- Forwarded message ---------- From: Adi Sharabani < [EMAIL PROTECTED]> Date: Apr 17, 2007 12:01 AM Subject: RE: using python for significant tasks To: Tal Einat <[EMAIL PROTECTED]> Hi, IronPython has some problems with it but we are considering using it for one of our extensions that integrates python into our product. If the application is a big one I would suggest a language that does simple and fast compiling (such as Java or C#). Some features like type strongly typed methods and collections are sometimes good to prevent bugs and understand them within the compilation progress (which won't apply to language like python). If the application is divided into lots of relatively small modules I would use python since it is a great and fast platform to quickly build such modules. If I'm not mistaken, Google and YouTube use python in a large portion of their application. (NASA are python lovers as well). Good luck, Adish