Re: [IronPython] IronPython Tools and IDEs

2009-09-01 Thread Seo Sanghyeon
2009/9/1 Michael Foord fuzzy...@voidspace.org.uk:
 http://www.voidspace.org.uk/ironpython/tools-and-ides.shtml

This is a great article.

Maybe you should link to IronPython integration feature request on
Microsoft Connect in Visual Studio summary session so that people who
read the article can vote on it?

-- 
Seo Sanghyeon
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] IronPython Tools and IDEs

2009-09-01 Thread Michael Foord

Seo Sanghyeon wrote:

2009/9/1 Michael Foord fuzzy...@voidspace.org.uk:
  

http://www.voidspace.org.uk/ironpython/tools-and-ides.shtml



This is a great article.

Maybe you should link to IronPython integration feature request on
Microsoft Connect in Visual Studio summary session so that people who
read the article can vote on it?

  

Ok - good point.

Thanks

Michael

--
http://www.ironpythoninaction.com/

___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


[IronPython] CallTargetX delegates

2009-09-01 Thread David Escobar
In IronPython 2.6 beta 2, did the CallTargetX delegates get moved to another
module or were they simply removed altogether? The only delegate in
IronPython.Compiler is CallTarget0. I checked IronPython 2.0.2 and it has up
to CallTarget16.
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] CallTargetX delegates

2009-09-01 Thread Dino Viehland
Yes.  CallTarget's were really a part of IronPython's internal calling 
convention for used defined functions.  We kept CallTarget0 around because we 
knew lots of users had come to depend on that one when they needed a delegate 
type.  But we removed all the others and switched to using Func... 
internally.  Ideally you can switch to using Func as well.

From: users-boun...@lists.ironpython.com 
[mailto:users-boun...@lists.ironpython.com] On Behalf Of David Escobar
Sent: Tuesday, September 01, 2009 5:41 PM
To: Discussion of IronPython
Subject: [IronPython] CallTargetX delegates

In IronPython 2.6 beta 2, did the CallTargetX delegates get moved to another 
module or were they simply removed altogether? The only delegate in 
IronPython.Compiler is CallTarget0. I checked IronPython 2.0.2 and it has up to 
CallTarget16.
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


Re: [IronPython] CallTargetX delegates

2009-09-01 Thread David Escobar
Ok cool. I've used Func from C# before. That did the trick. Thanks.


On Tue, Sep 1, 2009 at 6:19 PM, Dino Viehland di...@microsoft.com wrote:

  Yes.  CallTarget’s were really a part of IronPython’s internal calling
 convention for used defined functions.  We kept CallTarget0 around because
 we knew lots of users had come to depend on that one when they needed a
 delegate type.  But we removed all the others and switched to using Func…
 internally.  Ideally you can switch to using Func as well.



 *From:* users-boun...@lists.ironpython.com [mailto:
 users-boun...@lists.ironpython.com] *On Behalf Of *David Escobar
 *Sent:* Tuesday, September 01, 2009 5:41 PM
 *To:* Discussion of IronPython
 *Subject:* [IronPython] CallTargetX delegates



 In IronPython 2.6 beta 2, did the CallTargetX delegates get moved to
 another module or were they simply removed altogether? The only delegate in
 IronPython.Compiler is CallTarget0. I checked IronPython 2.0.2 and it has up
 to CallTarget16.

___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com