[IronPython] Type analysis of expression

Curt Hagenlocher curt at hagenlocher.org
Mon Oct 19 13:53:52 PDT 2009


On Mon, Oct 19, 2009 at 12:12 PM, Christian Schmidt
<christian2.schmidt at gmx.de> 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
curt at hagenlocher.org


More information about the Users mailing list