RE: [IronPython] CPython access

2005-04-06 Thread Brian Lloyd
> 3. A crazy idea is to arrange to port the modules to managed C++ > combined with a fake set of include files that makes the > modules really > link with IronPython rather than CPython. In theory, this > could let the > modules work well with IronPython with only a recompile required. This > cou

RE: [IronPython] CPython access

2005-04-06 Thread Jim Hugunin
Timothy Fitz wrote: > Where there be any plans for allowing IronPython to work with an > instance of CPython directly? There are quite a few instances where > this would be extremely handy (SWIG-wrapped libraries such as > wxPython, or tightly optimized pieces that deal directly with > operating sy

[IronPython] CPython access

2005-04-01 Thread Timothy Fitz
Where there be any plans for allowing IronPython to work with an instance of CPython directly? There are quite a few instances where this would be extremely handy (SWIG-wrapped libraries such as wxPython, or tightly optimized pieces that deal directly with operating system concepts such as Twisted