On Mon, Oct 19, 2009 at 12:12 PM, Christian Schmidt <[email protected]> wrote: > > When an > expression is parsed at runtime, the interpreter also needs to decide which > .NET-functions to call. For strongly typed input these functions should > normally have typed return values... Wouldn't this work somehow?
Sure. That's how you create the "intellisense" experience. I don't know if there are any open source Python intellisense engines, though, and even if there were, it would need to be adapted to understand .NET. -- Curt Hagenlocher [email protected] _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
