Re: [IronPython] Orcas integration?

2007-05-13 Thread M. David Peterson
On 5/13/07, Aaron Leiby <[EMAIL PROTECTED]> wrote: > After sending out that email, I discovered the VSX team has their Orcas SDK > April 2007 CTP up at http://www.vsipmembers.com. I'm downloading that now. Nice find! Downloading it myself now... > Hopefully it has all the same IP VS integratio

Re: [IronPython] IronPython on Windows Mobile 6

2007-05-13 Thread M. David Peterson
I was about to point you @ http://lists.ironpython.com/htdig.cgi/users-ironpython.com/2007-March/004614.htmlbut then realized that it was you that Dino responded to regarding Windows Mobile 5. So then I guess the question would be does Windows Mobile 6 provide support for Reflection.Emit. I thin

[IronPython] IronPython on Windows Mobile 6

2007-05-13 Thread David Jensen
Does IronPython run on Windows Mobile 6? David Jensen ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] Orcas integration?

2007-05-13 Thread Aaron Leiby
I think so. I have that installed and don't see anything IronPython related in Orcas. According to the Overview, it adds support for VB, C#, XAML and Expression Blend integration. This is great for C# development, which I've been toying with, but was hoping to play with the IronPython bits so

Re: [IronPython] Orcas integration?

2007-05-13 Thread M. David Peterson
On 5/13/07, M. David Peterson <[EMAIL PROTECTED]> wrote: On 5/13/07, Aaron Leiby <[EMAIL PROTECTED]> wrote: > > Has any progress on the IP integration with VS been released since the > v4.0 > VS SDK? > (http://blogs.msdn.com/aaronmar/archive/2006/02/16/533273.aspx ) You mean something other th

Re: [IronPython] Orcas integration?

2007-05-13 Thread M. David Peterson
You should also try out the Expression Blend 2 May Preview, http://www.microsoft.com/downloads/details.aspx?familyid=88925FC5-B395-4911-9A02-9FDD80CEA564&displaylang=en As per the overview, We are pleased to present our very first preview of Microsoft Expression Blend 2. The Expression Blend 2

Re: [IronPython] Orcas integration?

2007-05-13 Thread M. David Peterson
On 5/13/07, Aaron Leiby <[EMAIL PROTECTED]> wrote: Has any progress on the IP integration with VS been released since the v4.0 VS SDK? (http://blogs.msdn.com/aaronmar/archive/2006/02/16/533273.aspx) You mean something other than the "Microsoft Silverlight Tools Alpha for Visual Studio codenam

Re: [IronPython] IronPython 2.0 Alpha 1 on Mono

2007-05-13 Thread M. David Peterson
Getting closer, [EMAIL PROTECTED] Src]$ mono -V Mono JIT compiler version 1.2.4 (/trunk/ r77328) Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com TLS: __thread GC:Included Boehm (with typed GC) SIGSEGV: normal Archi

Re: [IronPython] Immutable value types, again

2007-05-13 Thread Aaron Leiby
This was the very first issue I ran into using IronPython fwiw. http://lists.ironpython.com/htdig.cgi/users-ironpython.com/2007-March/004626.html I wound up falling back to writing C# code for those situations. They were almost always too slow to be doing in IP to start with. I agree it's a ve

[IronPython] Orcas integration?

2007-05-13 Thread Aaron Leiby
Has any progress on the IP integration with VS been released since the v4.0 VS SDK? (http://blogs.msdn.com/aaronmar/archive/2006/02/16/533273.aspx) I'm really digging the IronPython 2.0 (DLR) integration with Silverlight, but finding it much more difficult to prototype with than C# due to lack o