RE: [IronPython] RE: Numpy port

2005-08-31 Thread Michael Gogins
I wouldn't call the FORTRAN "legacy code". People are still using BLAS and such because the FORTRAN code performs better. These routines have been rewritten many times in C, C++, and Java and people still use the FORTRAN simply because it does a better job. Numerical solutions are what FORTRAN w

Re: [IronPython] How to use IronPython to generate DLLs consumable byother .NET modules?

2005-08-15 Thread Michael Gogins
IronPython implements Python in C#, and can call .NET  but not C. PythonNet implements Python in C, and can call both .NET and C.   IronPython is probably the closest to what you want, since Python classes should also be .NET classes.   Regards, Mike   - Original Message - From: