[IronPython] Keyword arguments

Brian Quinlan brian at sweetapp.com
Tue Aug 24 19:30:42 CEST 2004


David Ascher wrote:
> No, he means Komodo (www.activestate.com/Komodo).  Brian is doing
> (great) unauthorized hacking of the new 'code intellgence' system in
> Komodo.

Continuing from my last message, Komodo (unlike PythonWin) actually has 
the potential to maybe one day have good intellisense :-) It already has 
some nice functionality but getting Python intellisense working well is 
a really tough problem. It's really the same problem as writing a static 
type inferencer and no project that has attempted that has yet succeeded.

Fortunately, the .NET API is nicely static so you can actually provide 
pretty good intellisense for that.

Cheers,
Brian



More information about the Ironpython-users mailing list