Re: [IronPython] IronPython and Silverlight SDK

2008-09-18 Thread Miha Valencic
Jimmy, that's OK. I would like to test different languages in the same DLR though. Are IronPythoon and IronRuby on the same DLR version? 2008/9/18 Jimmy Schementi <[EMAIL PROTECTED]> > Miha, > > Not sure why the versions are different. Also, right now the actual binary > versions aren't synced,

Re: [IronPython] MerlinWeb

2008-09-18 Thread Miha Valencic
Thanks for the updates. We need more of those, imho. THanks, Miha. 2008/9/19 Jimmy Schementi <[EMAIL PROTECTED]> > > > I'll update you all with any new news, but right not it's just about > getting those old bits updated to the new dlr bits. > ___ User

Re: [IronPython] MerlinWeb

2008-09-18 Thread Michael Foord
Jimmy Schementi wrote: On Sep 18, 2008, at 2:22 PM, "Michael Foord" <[EMAIL PROTECTED]> wrote: Jimmy Schementi wrote: It's the name of the integration of ASP.NET and DLR languages. It's currently on http://asp.net/ironpython, so you can see what it does, but that's more than a year old

Re: [IronPython] MerlinWeb

2008-09-18 Thread Jimmy Schementi
On Sep 18, 2008, at 2:22 PM, "Michael Foord" <[EMAIL PROTECTED]> wrote: > Jimmy Schementi wrote: >> It's the name of the integration of ASP.NET and DLR languages. It's >> currently on http://asp.net/ironpython, so you can see what it does, >> but that's more than a year old. An new version will

[IronPython] Pyc Sample for IP 2 B 5

2008-09-18 Thread Michael Foord
Hello guys, Is it possible to add the Pyc sample (from IP 2 B 4) to the download page for IronPython 2 Beta 5? Michael -- http://www.ironpythoninaction.com/ http://www.voidspace.org.uk/ http://www.trypython.org/ http://www.ironpython.info/ http://www.theotherdelia.co.uk/ http://www.resolverha

Re: [IronPython] MerlinWeb

2008-09-18 Thread Jimmy Schementi
The mvc part will be, but it's to be determined for the asp.net integration. It wasn't in 2007, and it's up to the asp.net team, but I'm pushing for it. ~Jimmy Sent from my phone On Sep 18, 2008, at 2:12 PM, "Dody Gunawinata" <[EMAIL PROTECTED]> wrote: Is it going to

Re: [IronPython] IronPython and Silverlight SDK

2008-09-18 Thread Jimmy Schementi
Miha, Not sure why the versions are different. Also, right now the actual binary versions aren't synced, but if you want I can update sdlsdk to the same version of ipyb5. Sdlsdk is only intended for silverlight, since the binaries only work in sl, and the sources only compile "out-of-the-box"

Re: [IronPython] MerlinWeb

2008-09-18 Thread Michael Foord
Jimmy Schementi wrote: It's the name of the integration of ASP.NET and DLR languages. It's currently on http://asp.net/ironpython, so you can see what it does, but that's more than a year old. An new version will be avaliable on http://codeplex.com/aspnet shortly. Will the new version be for

Re: [IronPython] MerlinWeb

2008-09-18 Thread Dody Gunawinata
Is it going to be open sourced like MVC as well? On Thu, Sep 18, 2008 at 11:08 PM, Jimmy Schementi < [EMAIL PROTECTED]> wrote: > It's the name of the integration of ASP.NET and DLR languages. It's > currently on http://asp.net/ironpython, so you can see what it does, but > that's more than a year

Re: [IronPython] MerlinWeb

2008-09-18 Thread Jimmy Schementi
It's the name of the integration of ASP.NET and DLR languages. It's currently on http://asp.net/ironpython, so you can see what it does, but that's more than a year old. An new version will be avaliable on http://codeplex.com/aspnet shortly. ~Jimmy Sent from my phone On Sep 18, 2008, at 1:38 P

Re: [IronPython] MerlinWeb

2008-09-18 Thread Dody Gunawinata
It's IronPython for ASP.Net On Thu, Sep 18, 2008 at 10:38 PM, Miha Valencic <[EMAIL PROTECTED]>wrote: > Guys, :) > > can anyone clarify what exactly is MerlinWeb, which is referenced in > hosting spec? :) At first, I thought it is some "virtual" web server that is > used to represent some user ca

Re: [IronPython] IronPython and Silverlight SDK

2008-09-18 Thread Seshadri Pillailokam Vijayaraghavan
I can address the non-silverlight, DLR hosting part of your query - The following posts should help you get started with hosting the desktop DLR in your app (with and w/o using config files) http://blogs.msdn.com/seshadripv/archive/2008/09/07/dlr-hosting-api-latest-version-of-the-spec-is-availabl

[IronPython] MerlinWeb

2008-09-18 Thread Miha Valencic
Guys, :) can anyone clarify what exactly is MerlinWeb, which is referenced in hosting spec? :) At first, I thought it is some "virtual" web server that is used to represent some user cases... now I'm not sure anymore. ? Miha ps: from the spec: MerlinWeb apps support an App_Script directory con

[IronPython] IronPython and Silverlight SDK

2008-09-18 Thread Miha Valencic
Hi! I downladed the lastest SL SDK from codeplex and wanted to use ScriptRuntime and ruby & python engines with it. I found out, that the API is quite different between IP 2.0b4 and the version included in the SL-SDK. Is the SL-SDK version intended for "hosting" scenarios at all? Or is it Silver

Re: [IronPython] Pyc and subpackages

2008-09-18 Thread Srivatsn Narayanan
This is a known bug. It's filed in the internal bug db. I'll open a bug in codeplex once I get back to office so that it gets higher priority. On Sep 18, 2008, at 5:25 AM, "Michael Foord" <[EMAIL PROTECTED]> wrote: > Hello all, > > I'm experimenting with the Pyc sample and compiling packages into

[IronPython] Cyclic Imports in Compiled Modules - Blocker

2008-09-18 Thread Michael Foord
Hello guys, I've been attempting to create a binary distribution of Resolver One using clr.CompileModules with IronPython 2.0 Beta 5. The framework basically works - modulo the fact that subpackages in compiled assemblies don't work. However cyclic imports inside compiled modules don't work.

[IronPython] Pyc and subpackages

2008-09-18 Thread Michael Foord
Hello all, I'm experimenting with the Pyc sample and compiling packages into a single assembly. It works fine for packages (great!) - but not for their *contained* subpackages. When I look at the generated assembly with Reflector, the 'DLRCachedCode' does contain the subpackage 'files' (in

Re: [IronPython] IronPython 2.0 Beta 5

2008-09-18 Thread Dody Gunawinata
This is great guys. Thank you so much. > > > This release is significant in a few respects. First and foremost, the > most visible change is the fact that we've performed a major namespace > transformation. We have moved all DLR types that were in the "System" > namespace to "Microsoft". The r

Re: [IronPython] IronPython 2.0 Beta 5

2008-09-18 Thread Keith J. Farmer
Vexing. Time to chat to the compiler folks? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Curt Hagenlocher Sent: Wednesday, September 17, 2008 8:12 PM To: Discussion of IronPython Subject: Re: [IronPython] IronPython 2.0 Beta 5 2008/9/17 Keith J. Farmer