Neil Hodgson wrote:
>    I have an interface defined in C# that I would like to implement in
> IronPython 0.7.5. Similar code works in Jython. The interface looks

Implementing an interface in Python is one of the best ways to
interoperate with a strongly typed language.  As you noted, this works
very well in Jython.  Unfortunately, this isn't implemented yet in
IronPython 0.7.5.  This is a very high priority and it should be
available in the next couple of weeks.

Thanks - Jim
_______________________________________________
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to