Hey, Troy.. In the Visual Studio SDK is a sample Language Pack for IronPython. It's just a sample at this point, but is pretty cool to see at a demo. The IP folks should be able to talk more about it than I can, but I would expect Intellisense and the like to be available, as well as the usual VS features (object browser, multi-language solutions, etc). Komodo, as far as I know, only groks CPython. IP does have some IP-specific language differences to support such things as generics. I don't know whether it'd complain if you tried to create a List[int] (== List<int> in C#). If you catch me on IM tonight, I can see about hooking you up. I can't remember what you've got available to work with.
________________________________ From: [EMAIL PROTECTED] on behalf of Troy McKee Sent: Fri 3/17/2006 12:41 PM To: Discussion of IronPython Subject: Re: [IronPython] Visual Studio Express Editions Is there a proper IDE for IronPython? I have been playing with Komodo, and I don't know how well that replicates the capabilities of IronPython. -Michael Troy McKee- MIT, BA, AS -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Maly Sent: Thursday, March 16, 2006 10:59 PM To: Discussion of IronPython Subject: Re: [IronPython] Visual Studio Express Editions Actually, to run IronPython, all you need is the .NET 2.0 runtime. .NET SDK (an additional download) is enough to compile/develop IronPython. Martin -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Tarlano Sent: Thursday, March 16, 2006 10:31 PM To: Discussion of IronPython Subject: Re: [IronPython] Visual Studio Express Editions Yes, a .NET SDK is enough, but some people like to use VS as an IDE. Anthony On 3/17/06, henry show <[EMAIL PROTECTED]> wrote: > > why should we have a VS or something to run IP? we are runing IP, not > compling . i think a .net sdk is enough, isnt it? > > > 2006/3/16, Stute, Detlef ALRT/EEG4 <[EMAIL PROTECTED]>: > > Hi Donnal, > > I'm using IronPython with C# Express. Right now, everything works > > fine. > > > > Mit freundlichen Grüßen/ kind regards/ Cordiali Saluti > > > > Detlef Stute > > SEATEC GmbH > > www.seatec-gmbh.com _______________________________________________ > > users mailing list > > [email protected] > > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > > > _______________________________________________ > users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
<<winmail.dat>>
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
