Jimmy Schementi
2008-Jun-10 21:08 UTC
[Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2
http://blog.jimmy.schementi.com/2008/06/dynamic-languages-in-silverlight-2-beta.html With the announcement of Silverlight 2 Beta 2, the Silverlight Dynamic Languages SDK has been updated as well! Download the Dynamic Languages SDK: http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=14254 There''s a lot of new stuff here, from new versions of IronRuby, IronPython, Managed JScript, and the Dynamic Languages Runtime, to more sample. Also, there are now three packages: SDK, SDK Samples, and SDK Source. * SDK: Necessary package to create dynamic language Silverlight applications. * SDK Samples: a bunch of Ruby, Python, and JScript samples. Best bet is to unzip this in the SDK directory. * SDK Source Code: If you want to modify the languages/DLR/Silverlight integration, you can do so here, and build using the given Solution file in Visual Studio. This will create a /bin directory with the identical binaries as the /bin directory in the SDK, however without DLL signing. Enjoy! ~Jimmy
Excellent!! A new set of IronPython, IronRuby and DLR assemblies. I can actually get my app working tonight! Thanks Ben Blog.BenHall.me.uk On Tue, Jun 10, 2008 at 10:08 PM, Jimmy Schementi <Jimmy.Schementi at microsoft.com> wrote:> http://blog.jimmy.schementi.com/2008/06/dynamic-languages-in-silverlight-2-beta.html > > With the announcement of Silverlight 2 Beta 2, the Silverlight Dynamic Languages SDK has been updated as well! > > Download the Dynamic Languages SDK: > http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=14254 > > There''s a lot of new stuff here, from new versions of IronRuby, IronPython, Managed JScript, and the Dynamic Languages Runtime, to more sample. Also, there are now three packages: SDK, SDK Samples, and SDK Source. > > * SDK: Necessary package to create dynamic language Silverlight applications. > * SDK Samples: a bunch of Ruby, Python, and JScript samples. Best bet is to unzip this in the SDK directory. > * SDK Source Code: If you want to modify the languages/DLR/Silverlight integration, you can do so here, and build using the given Solution file in Visual Studio. This will create a /bin directory with the identical binaries as the /bin directory in the SDK, however without DLL signing. > > Enjoy! > ~Jimmy > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >
Ivan Porto Carrero
2008-Jun-10 21:32 UTC
[Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2
Sweet. That means I can compile my dynamic script control for the all the DLR based languages. On Wed, Jun 11, 2008 at 9:29 AM, Ben Hall <ben2004uk at googlemail.com> wrote:> Excellent!! A new set of IronPython, IronRuby and DLR assemblies. I > can actually get my app working tonight! > > Thanks > > Ben > Blog.BenHall.me.uk > > On Tue, Jun 10, 2008 at 10:08 PM, Jimmy Schementi > <Jimmy.Schementi at microsoft.com> wrote: > > > http://blog.jimmy.schementi.com/2008/06/dynamic-languages-in-silverlight-2-beta.html > > > > With the announcement of Silverlight 2 Beta 2, the Silverlight Dynamic > Languages SDK has been updated as well! > > > > Download the Dynamic Languages SDK: > > > http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=14254 > > > > There''s a lot of new stuff here, from new versions of IronRuby, > IronPython, Managed JScript, and the Dynamic Languages Runtime, to more > sample. Also, there are now three packages: SDK, SDK Samples, and SDK > Source. > > > > * SDK: Necessary package to create dynamic language Silverlight > applications. > > * SDK Samples: a bunch of Ruby, Python, and JScript samples. Best bet > is to unzip this in the SDK directory. > > * SDK Source Code: If you want to modify the languages/DLR/Silverlight > integration, you can do so here, and build using the given Solution file in > Visual Studio. This will create a /bin directory with the identical binaries > as the /bin directory in the SDK, however without DLL signing. > > > > Enjoy! > > ~Jimmy > > > > _______________________________________________ > > Ironruby-core mailing list > > Ironruby-core at rubyforge.org > > http://rubyforge.org/mailman/listinfo/ironruby-core > > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080611/7a6c50ed/attachment.html>
Jimmy Schementi
2008-Jun-10 22:30 UTC
[Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2
What dynamic script control is this? For ASP.NET? Similar to this? http://blogs.msdn.com/dmitryr/archive/2008/05/06/dynamic-client-script-for-silverlight-2-beta2.aspx PS. I?m gonna get it updated for SL2Beta2 shortly ? ~js From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Ivan Porto Carrero Sent: Tuesday, June 10, 2008 2:32 PM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2 Sweet. That means I can compile my dynamic script control for the all the DLR based languages. On Wed, Jun 11, 2008 at 9:29 AM, Ben Hall <ben2004uk at googlemail.com<mailto:ben2004uk at googlemail.com>> wrote: Excellent!! A new set of IronPython, IronRuby and DLR assemblies. I can actually get my app working tonight! Thanks Ben Blog.BenHall.me.uk<http://Blog.BenHall.me.uk> On Tue, Jun 10, 2008 at 10:08 PM, Jimmy Schementi <Jimmy.Schementi at microsoft.com<mailto:Jimmy.Schementi at microsoft.com>> wrote:> http://blog.jimmy.schementi.com/2008/06/dynamic-languages-in-silverlight-2-beta.html > > With the announcement of Silverlight 2 Beta 2, the Silverlight Dynamic Languages SDK has been updated as well! > > Download the Dynamic Languages SDK: > http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=14254 > > There''s a lot of new stuff here, from new versions of IronRuby, IronPython, Managed JScript, and the Dynamic Languages Runtime, to more sample. Also, there are now three packages: SDK, SDK Samples, and SDK Source. > > * SDK: Necessary package to create dynamic language Silverlight applications. > * SDK Samples: a bunch of Ruby, Python, and JScript samples. Best bet is to unzip this in the SDK directory. > * SDK Source Code: If you want to modify the languages/DLR/Silverlight integration, you can do so here, and build using the given Solution file in Visual Studio. This will create a /bin directory with the identical binaries as the /bin directory in the SDK, however without DLL signing. > > Enjoy! > ~Jimmy > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org<mailto:Ironruby-core at rubyforge.org> > http://rubyforge.org/mailman/listinfo/ironruby-core >_______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org<mailto:Ironruby-core at rubyforge.org> http://rubyforge.org/mailman/listinfo/ironruby-core -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080610/c3322475/attachment.html>
Jimmy Schementi
2008-Jun-10 22:33 UTC
[Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2
Woops, Curt just informed me this is a control for XAML ? awesomer! =) From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Jimmy Schementi Sent: Tuesday, June 10, 2008 3:31 PM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2 What dynamic script control is this? For ASP.NET? Similar to this? http://blogs.msdn.com/dmitryr/archive/2008/05/06/dynamic-client-script-for-silverlight-2-beta2.aspx PS. I?m gonna get it updated for SL2Beta2 shortly ? ~js From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Ivan Porto Carrero Sent: Tuesday, June 10, 2008 2:32 PM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2 Sweet. That means I can compile my dynamic script control for the all the DLR based languages. On Wed, Jun 11, 2008 at 9:29 AM, Ben Hall <ben2004uk at googlemail.com<mailto:ben2004uk at googlemail.com>> wrote: Excellent!! A new set of IronPython, IronRuby and DLR assemblies. I can actually get my app working tonight! Thanks Ben Blog.BenHall.me.uk<http://Blog.BenHall.me.uk> On Tue, Jun 10, 2008 at 10:08 PM, Jimmy Schementi <Jimmy.Schementi at microsoft.com<mailto:Jimmy.Schementi at microsoft.com>> wrote:> http://blog.jimmy.schementi.com/2008/06/dynamic-languages-in-silverlight-2-beta.html > > With the announcement of Silverlight 2 Beta 2, the Silverlight Dynamic Languages SDK has been updated as well! > > Download the Dynamic Languages SDK: > http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=14254 > > There''s a lot of new stuff here, from new versions of IronRuby, IronPython, Managed JScript, and the Dynamic Languages Runtime, to more sample. Also, there are now three packages: SDK, SDK Samples, and SDK Source. > > * SDK: Necessary package to create dynamic language Silverlight applications. > * SDK Samples: a bunch of Ruby, Python, and JScript samples. Best bet is to unzip this in the SDK directory. > * SDK Source Code: If you want to modify the languages/DLR/Silverlight integration, you can do so here, and build using the given Solution file in Visual Studio. This will create a /bin directory with the identical binaries as the /bin directory in the SDK, however without DLL signing. > > Enjoy! > ~Jimmy > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org<mailto:Ironruby-core at rubyforge.org> > http://rubyforge.org/mailman/listinfo/ironruby-core >_______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org<mailto:Ironruby-core at rubyforge.org> http://rubyforge.org/mailman/listinfo/ironruby-core -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080610/053fa09b/attachment-0001.html>
Curt Hagenlocher
2008-Jun-10 22:36 UTC
[Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2
That?s assuming that it?s a reference to this: http://www.codeplex.com/dynamicscriptcontrol. Let me know if I?m mistaken. From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Jimmy Schementi Sent: Tuesday, June 10, 2008 3:34 PM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2 Woops, Curt just informed me this is a control for XAML ? awesomer! =) From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Jimmy Schementi Sent: Tuesday, June 10, 2008 3:31 PM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2 What dynamic script control is this? For ASP.NET? Similar to this? http://blogs.msdn.com/dmitryr/archive/2008/05/06/dynamic-client-script-for-silverlight-2-beta2.aspx PS. I?m gonna get it updated for SL2Beta2 shortly ? ~js From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Ivan Porto Carrero Sent: Tuesday, June 10, 2008 2:32 PM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2 Sweet. That means I can compile my dynamic script control for the all the DLR based languages. On Wed, Jun 11, 2008 at 9:29 AM, Ben Hall <ben2004uk at googlemail.com<mailto:ben2004uk at googlemail.com>> wrote: Excellent!! A new set of IronPython, IronRuby and DLR assemblies. I can actually get my app working tonight! Thanks Ben Blog.BenHall.me.uk<http://Blog.BenHall.me.uk> On Tue, Jun 10, 2008 at 10:08 PM, Jimmy Schementi <Jimmy.Schementi at microsoft.com<mailto:Jimmy.Schementi at microsoft.com>> wrote:> http://blog.jimmy.schementi.com/2008/06/dynamic-languages-in-silverlight-2-beta.html > > With the announcement of Silverlight 2 Beta 2, the Silverlight Dynamic Languages SDK has been updated as well! > > Download the Dynamic Languages SDK: > http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=14254 > > There''s a lot of new stuff here, from new versions of IronRuby, IronPython, Managed JScript, and the Dynamic Languages Runtime, to more sample. Also, there are now three packages: SDK, SDK Samples, and SDK Source. > > * SDK: Necessary package to create dynamic language Silverlight applications. > * SDK Samples: a bunch of Ruby, Python, and JScript samples. Best bet is to unzip this in the SDK directory. > * SDK Source Code: If you want to modify the languages/DLR/Silverlight integration, you can do so here, and build using the given Solution file in Visual Studio. This will create a /bin directory with the identical binaries as the /bin directory in the SDK, however without DLL signing. > > Enjoy! > ~Jimmy > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org<mailto:Ironruby-core at rubyforge.org> > http://rubyforge.org/mailman/listinfo/ironruby-core >_______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org<mailto:Ironruby-core at rubyforge.org> http://rubyforge.org/mailman/listinfo/ironruby-core -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080610/d6f7e2a4/attachment.html>
Ivan Porto Carrero
2008-Jun-10 22:44 UTC
[Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2
No it''s for xaml and eventually silverlight too probably. At the moment I only have a little experiment online and I''m now the more useful version. Anyway I wanted a way to write my controls in IronRuby and then have them participate in a xaml layout as any CLR based control can do. At this moment I''ve made it so that you set the properties on the DLR based control with a language specific hash/dictionary. So if you use it in python you set the properties on the control using a python dictionary or at least that''s the plan but for that I needed a common DLR which I have now. It''s up on codeplex. http://codeplex.com/dynamicscriptcontrol On Wed, Jun 11, 2008 at 10:30 AM, Jimmy Schementi < Jimmy.Schementi at microsoft.com> wrote:> What dynamic script control is this? For ASP.NET? Similar to this? > > > http://blogs.msdn.com/dmitryr/archive/2008/05/06/dynamic-client-script-for-silverlight-2-beta2.aspx > > > > PS. I''m gonna get it updated for SL2Beta2 shortly ? > > > > ~js > > > > > > *From:* ironruby-core-bounces at rubyforge.org [mailto: > ironruby-core-bounces at rubyforge.org] *On Behalf Of *Ivan Porto Carrero > *Sent:* Tuesday, June 10, 2008 2:32 PM > *To:* ironruby-core at rubyforge.org > *Subject:* Re: [Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2 > > > > Sweet. That means I can compile my dynamic script control for the all the > DLR based languages. > > On Wed, Jun 11, 2008 at 9:29 AM, Ben Hall <ben2004uk at googlemail.com> > wrote: > > Excellent!! A new set of IronPython, IronRuby and DLR assemblies. I > can actually get my app working tonight! > > Thanks > > Ben > Blog.BenHall.me.uk > > > On Tue, Jun 10, 2008 at 10:08 PM, Jimmy Schementi > <Jimmy.Schementi at microsoft.com> wrote: > > > http://blog.jimmy.schementi.com/2008/06/dynamic-languages-in-silverlight-2-beta.html > > > > With the announcement of Silverlight 2 Beta 2, the Silverlight Dynamic > Languages SDK has been updated as well! > > > > Download the Dynamic Languages SDK: > > > http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=14254 > > > > There''s a lot of new stuff here, from new versions of IronRuby, > IronPython, Managed JScript, and the Dynamic Languages Runtime, to more > sample. Also, there are now three packages: SDK, SDK Samples, and SDK > Source. > > > > * SDK: Necessary package to create dynamic language Silverlight > applications. > > * SDK Samples: a bunch of Ruby, Python, and JScript samples. Best bet > is to unzip this in the SDK directory. > > * SDK Source Code: If you want to modify the languages/DLR/Silverlight > integration, you can do so here, and build using the given Solution file in > Visual Studio. This will create a /bin directory with the identical binaries > as the /bin directory in the SDK, however without DLL signing. > > > > Enjoy! > > ~Jimmy > > > > _______________________________________________ > > > Ironruby-core mailing list > > Ironruby-core at rubyforge.org > > http://rubyforge.org/mailman/listinfo/ironruby-core > > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > > > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080611/fc1fa8d1/attachment.html>
Should these assemblies work with WinForms applications? I just posted a message on the IP list with an exception i''m getting. Guess I should have posted in here :) On Tue, Jun 10, 2008 at 11:44 PM, Ivan Porto Carrero <ivan at flanders.co.nz> wrote:> No it''s for xaml and eventually silverlight too probably. > At the moment I only have a little experiment online and I''m now the more > useful version. > > Anyway I wanted a way to write my controls in IronRuby and then have them > participate in a xaml layout as any CLR based control can do. At this moment > I''ve made it so that you set the properties on the DLR based control with a > language specific hash/dictionary. So if you use it in python you set the > properties on the control using a python dictionary or at least that''s the > plan but for that I needed a common DLR which I have now. > > It''s up on codeplex. > http://codeplex.com/dynamicscriptcontrol > > On Wed, Jun 11, 2008 at 10:30 AM, Jimmy Schementi > <Jimmy.Schementi at microsoft.com> wrote: >> >> What dynamic script control is this? For ASP.NET? Similar to this? >> >> >> http://blogs.msdn.com/dmitryr/archive/2008/05/06/dynamic-client-script-for-silverlight-2-beta2.aspx >> >> >> >> PS. I''m gonna get it updated for SL2Beta2 shortly ? >> >> >> >> ~js >> >> >> >> >> >> From: ironruby-core-bounces at rubyforge.org >> [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Ivan Porto Carrero >> Sent: Tuesday, June 10, 2008 2:32 PM >> To: ironruby-core at rubyforge.org >> Subject: Re: [Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2 >> >> >> >> Sweet. That means I can compile my dynamic script control for the all the >> DLR based languages. >> >> On Wed, Jun 11, 2008 at 9:29 AM, Ben Hall <ben2004uk at googlemail.com> >> wrote: >> >> Excellent!! A new set of IronPython, IronRuby and DLR assemblies. I >> can actually get my app working tonight! >> >> Thanks >> >> Ben >> Blog.BenHall.me.uk >> >> On Tue, Jun 10, 2008 at 10:08 PM, Jimmy Schementi >> <Jimmy.Schementi at microsoft.com> wrote: >> > >> > http://blog.jimmy.schementi.com/2008/06/dynamic-languages-in-silverlight-2-beta.html >> > >> > With the announcement of Silverlight 2 Beta 2, the Silverlight Dynamic >> > Languages SDK has been updated as well! >> > >> > Download the Dynamic Languages SDK: >> > >> > http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=14254 >> > >> > There''s a lot of new stuff here, from new versions of IronRuby, >> > IronPython, Managed JScript, and the Dynamic Languages Runtime, to more >> > sample. Also, there are now three packages: SDK, SDK Samples, and SDK >> > Source. >> > >> > * SDK: Necessary package to create dynamic language Silverlight >> > applications. >> > * SDK Samples: a bunch of Ruby, Python, and JScript samples. Best bet >> > is to unzip this in the SDK directory. >> > * SDK Source Code: If you want to modify the >> > languages/DLR/Silverlight integration, you can do so here, and build using >> > the given Solution file in Visual Studio. This will create a /bin directory >> > with the identical binaries as the /bin directory in the SDK, however >> > without DLL signing. >> > >> > Enjoy! >> > ~Jimmy >> > >> > _______________________________________________ >> >> > Ironruby-core mailing list >> > Ironruby-core at rubyforge.org >> > http://rubyforge.org/mailman/listinfo/ironruby-core >> > >> _______________________________________________ >> Ironruby-core mailing list >> Ironruby-core at rubyforge.org >> http://rubyforge.org/mailman/listinfo/ironruby-core >> >> >> >> _______________________________________________ >> Ironruby-core mailing list >> Ironruby-core at rubyforge.org >> http://rubyforge.org/mailman/listinfo/ironruby-core >> > > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >
Ivan Porto Carrero
2008-Jun-10 23:01 UTC
[Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2
Hi Ben I just created a new project build target which doesn''t define the silverlight constant and then I had to replace the references to the silverlight assemblies in Microsoft.Scripting.Core and Microsoft.Scripting. I also unchecked Chiron and Microsoft.Scripting.Core.Silverlight but that isn''t necessary if you don''t want to use build solutiion. Cheers Ivan On Wed, Jun 11, 2008 at 10:51 AM, Ben Hall <ben2004uk at googlemail.com> wrote:> Should these assemblies work with WinForms applications? I just posted > a message on the IP list with an exception i''m getting. > > Guess I should have posted in here :) > > On Tue, Jun 10, 2008 at 11:44 PM, Ivan Porto Carrero > <ivan at flanders.co.nz> wrote: > > No it''s for xaml and eventually silverlight too probably. > > At the moment I only have a little experiment online and I''m now the more > > useful version. > > > > Anyway I wanted a way to write my controls in IronRuby and then have them > > participate in a xaml layout as any CLR based control can do. At this > moment > > I''ve made it so that you set the properties on the DLR based control with > a > > language specific hash/dictionary. So if you use it in python you set the > > properties on the control using a python dictionary or at least that''s > the > > plan but for that I needed a common DLR which I have now. > > > > It''s up on codeplex. > > http://codeplex.com/dynamicscriptcontrol > > > > On Wed, Jun 11, 2008 at 10:30 AM, Jimmy Schementi > > <Jimmy.Schementi at microsoft.com> wrote: > >> > >> What dynamic script control is this? For ASP.NET? Similar to this? > >> > >> > >> > http://blogs.msdn.com/dmitryr/archive/2008/05/06/dynamic-client-script-for-silverlight-2-beta2.aspx > >> > >> > >> > >> PS. I''m gonna get it updated for SL2Beta2 shortly ? > >> > >> > >> > >> ~js > >> > >> > >> > >> > >> > >> From: ironruby-core-bounces at rubyforge.org > >> [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Ivan Porto > Carrero > >> Sent: Tuesday, June 10, 2008 2:32 PM > >> To: ironruby-core at rubyforge.org > >> Subject: Re: [Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2 > >> > >> > >> > >> Sweet. That means I can compile my dynamic script control for the all > the > >> DLR based languages. > >> > >> On Wed, Jun 11, 2008 at 9:29 AM, Ben Hall <ben2004uk at googlemail.com> > >> wrote: > >> > >> Excellent!! A new set of IronPython, IronRuby and DLR assemblies. I > >> can actually get my app working tonight! > >> > >> Thanks > >> > >> Ben > >> Blog.BenHall.me.uk > >> > >> On Tue, Jun 10, 2008 at 10:08 PM, Jimmy Schementi > >> <Jimmy.Schementi at microsoft.com> wrote: > >> > > >> > > http://blog.jimmy.schementi.com/2008/06/dynamic-languages-in-silverlight-2-beta.html > >> > > >> > With the announcement of Silverlight 2 Beta 2, the Silverlight Dynamic > >> > Languages SDK has been updated as well! > >> > > >> > Download the Dynamic Languages SDK: > >> > > >> > > http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=14254 > >> > > >> > There''s a lot of new stuff here, from new versions of IronRuby, > >> > IronPython, Managed JScript, and the Dynamic Languages Runtime, to > more > >> > sample. Also, there are now three packages: SDK, SDK Samples, and SDK > >> > Source. > >> > > >> > * SDK: Necessary package to create dynamic language Silverlight > >> > applications. > >> > * SDK Samples: a bunch of Ruby, Python, and JScript samples. Best > bet > >> > is to unzip this in the SDK directory. > >> > * SDK Source Code: If you want to modify the > >> > languages/DLR/Silverlight integration, you can do so here, and build > using > >> > the given Solution file in Visual Studio. This will create a /bin > directory > >> > with the identical binaries as the /bin directory in the SDK, however > >> > without DLL signing. > >> > > >> > Enjoy! > >> > ~Jimmy > >> > > >> > _______________________________________________ > >> > >> > Ironruby-core mailing list > >> > Ironruby-core at rubyforge.org > >> > http://rubyforge.org/mailman/listinfo/ironruby-core > >> > > >> _______________________________________________ > >> Ironruby-core mailing list > >> Ironruby-core at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/ironruby-core > >> > >> > >> > >> _______________________________________________ > >> Ironruby-core mailing list > >> Ironruby-core at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/ironruby-core > >> > > > > > > _______________________________________________ > > Ironruby-core mailing list > > Ironruby-core at rubyforge.org > > http://rubyforge.org/mailman/listinfo/ironruby-core > > > > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080611/6f7c2859/attachment-0001.html>
Ivan Porto Carrero
2008-Jun-10 23:01 UTC
[Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2
I''m happy to send you the binaries if you want them. On Wed, Jun 11, 2008 at 10:51 AM, Ben Hall <ben2004uk at googlemail.com> wrote:> Should these assemblies work with WinForms applications? I just posted > a message on the IP list with an exception i''m getting. > > Guess I should have posted in here :) > > On Tue, Jun 10, 2008 at 11:44 PM, Ivan Porto Carrero > <ivan at flanders.co.nz> wrote: > > No it''s for xaml and eventually silverlight too probably. > > At the moment I only have a little experiment online and I''m now the more > > useful version. > > > > Anyway I wanted a way to write my controls in IronRuby and then have them > > participate in a xaml layout as any CLR based control can do. At this > moment > > I''ve made it so that you set the properties on the DLR based control with > a > > language specific hash/dictionary. So if you use it in python you set the > > properties on the control using a python dictionary or at least that''s > the > > plan but for that I needed a common DLR which I have now. > > > > It''s up on codeplex. > > http://codeplex.com/dynamicscriptcontrol > > > > On Wed, Jun 11, 2008 at 10:30 AM, Jimmy Schementi > > <Jimmy.Schementi at microsoft.com> wrote: > >> > >> What dynamic script control is this? For ASP.NET? Similar to this? > >> > >> > >> > http://blogs.msdn.com/dmitryr/archive/2008/05/06/dynamic-client-script-for-silverlight-2-beta2.aspx > >> > >> > >> > >> PS. I''m gonna get it updated for SL2Beta2 shortly ? > >> > >> > >> > >> ~js > >> > >> > >> > >> > >> > >> From: ironruby-core-bounces at rubyforge.org > >> [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Ivan Porto > Carrero > >> Sent: Tuesday, June 10, 2008 2:32 PM > >> To: ironruby-core at rubyforge.org > >> Subject: Re: [Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2 > >> > >> > >> > >> Sweet. That means I can compile my dynamic script control for the all > the > >> DLR based languages. > >> > >> On Wed, Jun 11, 2008 at 9:29 AM, Ben Hall <ben2004uk at googlemail.com> > >> wrote: > >> > >> Excellent!! A new set of IronPython, IronRuby and DLR assemblies. I > >> can actually get my app working tonight! > >> > >> Thanks > >> > >> Ben > >> Blog.BenHall.me.uk > >> > >> On Tue, Jun 10, 2008 at 10:08 PM, Jimmy Schementi > >> <Jimmy.Schementi at microsoft.com> wrote: > >> > > >> > > http://blog.jimmy.schementi.com/2008/06/dynamic-languages-in-silverlight-2-beta.html > >> > > >> > With the announcement of Silverlight 2 Beta 2, the Silverlight Dynamic > >> > Languages SDK has been updated as well! > >> > > >> > Download the Dynamic Languages SDK: > >> > > >> > > http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=14254 > >> > > >> > There''s a lot of new stuff here, from new versions of IronRuby, > >> > IronPython, Managed JScript, and the Dynamic Languages Runtime, to > more > >> > sample. Also, there are now three packages: SDK, SDK Samples, and SDK > >> > Source. > >> > > >> > * SDK: Necessary package to create dynamic language Silverlight > >> > applications. > >> > * SDK Samples: a bunch of Ruby, Python, and JScript samples. Best > bet > >> > is to unzip this in the SDK directory. > >> > * SDK Source Code: If you want to modify the > >> > languages/DLR/Silverlight integration, you can do so here, and build > using > >> > the given Solution file in Visual Studio. This will create a /bin > directory > >> > with the identical binaries as the /bin directory in the SDK, however > >> > without DLL signing. > >> > > >> > Enjoy! > >> > ~Jimmy > >> > > >> > _______________________________________________ > >> > >> > Ironruby-core mailing list > >> > Ironruby-core at rubyforge.org > >> > http://rubyforge.org/mailman/listinfo/ironruby-core > >> > > >> _______________________________________________ > >> Ironruby-core mailing list > >> Ironruby-core at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/ironruby-core > >> > >> > >> > >> _______________________________________________ > >> Ironruby-core mailing list > >> Ironruby-core at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/ironruby-core > >> > > > > > > _______________________________________________ > > Ironruby-core mailing list > > Ironruby-core at rubyforge.org > > http://rubyforge.org/mailman/listinfo/ironruby-core > > > > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080611/7c2328d6/attachment.html>
Hi Ivan, That would be great! Sent you a direct mail from my other account. Cheers Ben On Wed, Jun 11, 2008 at 12:01 AM, Ivan Porto Carrero <ivan at flanders.co.nz> wrote:> I''m happy to send you the binaries if you want them. > > On Wed, Jun 11, 2008 at 10:51 AM, Ben Hall <ben2004uk at googlemail.com> wrote: >> >> Should these assemblies work with WinForms applications? I just posted >> a message on the IP list with an exception i''m getting. >> >> Guess I should have posted in here :) >> >> On Tue, Jun 10, 2008 at 11:44 PM, Ivan Porto Carrero >> <ivan at flanders.co.nz> wrote: >> > No it''s for xaml and eventually silverlight too probably. >> > At the moment I only have a little experiment online and I''m now the >> > more >> > useful version. >> > >> > Anyway I wanted a way to write my controls in IronRuby and then have >> > them >> > participate in a xaml layout as any CLR based control can do. At this >> > moment >> > I''ve made it so that you set the properties on the DLR based control >> > with a >> > language specific hash/dictionary. So if you use it in python you set >> > the >> > properties on the control using a python dictionary or at least that''s >> > the >> > plan but for that I needed a common DLR which I have now. >> > >> > It''s up on codeplex. >> > http://codeplex.com/dynamicscriptcontrol >> > >> > On Wed, Jun 11, 2008 at 10:30 AM, Jimmy Schementi >> > <Jimmy.Schementi at microsoft.com> wrote: >> >> >> >> What dynamic script control is this? For ASP.NET? Similar to this? >> >> >> >> >> >> >> >> http://blogs.msdn.com/dmitryr/archive/2008/05/06/dynamic-client-script-for-silverlight-2-beta2.aspx >> >> >> >> >> >> >> >> PS. I''m gonna get it updated for SL2Beta2 shortly ? >> >> >> >> >> >> >> >> ~js >> >> >> >> >> >> >> >> >> >> >> >> From: ironruby-core-bounces at rubyforge.org >> >> [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Ivan Porto >> >> Carrero >> >> Sent: Tuesday, June 10, 2008 2:32 PM >> >> To: ironruby-core at rubyforge.org >> >> Subject: Re: [Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2 >> >> >> >> >> >> >> >> Sweet. That means I can compile my dynamic script control for the all >> >> the >> >> DLR based languages. >> >> >> >> On Wed, Jun 11, 2008 at 9:29 AM, Ben Hall <ben2004uk at googlemail.com> >> >> wrote: >> >> >> >> Excellent!! A new set of IronPython, IronRuby and DLR assemblies. I >> >> can actually get my app working tonight! >> >> >> >> Thanks >> >> >> >> Ben >> >> Blog.BenHall.me.uk >> >> >> >> On Tue, Jun 10, 2008 at 10:08 PM, Jimmy Schementi >> >> <Jimmy.Schementi at microsoft.com> wrote: >> >> > >> >> > >> >> > http://blog.jimmy.schementi.com/2008/06/dynamic-languages-in-silverlight-2-beta.html >> >> > >> >> > With the announcement of Silverlight 2 Beta 2, the Silverlight >> >> > Dynamic >> >> > Languages SDK has been updated as well! >> >> > >> >> > Download the Dynamic Languages SDK: >> >> > >> >> > >> >> > http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=14254 >> >> > >> >> > There''s a lot of new stuff here, from new versions of IronRuby, >> >> > IronPython, Managed JScript, and the Dynamic Languages Runtime, to >> >> > more >> >> > sample. Also, there are now three packages: SDK, SDK Samples, and SDK >> >> > Source. >> >> > >> >> > * SDK: Necessary package to create dynamic language Silverlight >> >> > applications. >> >> > * SDK Samples: a bunch of Ruby, Python, and JScript samples. Best >> >> > bet >> >> > is to unzip this in the SDK directory. >> >> > * SDK Source Code: If you want to modify the >> >> > languages/DLR/Silverlight integration, you can do so here, and build >> >> > using >> >> > the given Solution file in Visual Studio. This will create a /bin >> >> > directory >> >> > with the identical binaries as the /bin directory in the SDK, however >> >> > without DLL signing. >> >> > >> >> > Enjoy! >> >> > ~Jimmy >> >> > >> >> > _______________________________________________ >> >> >> >> > Ironruby-core mailing list >> >> > Ironruby-core at rubyforge.org >> >> > http://rubyforge.org/mailman/listinfo/ironruby-core >> >> > >> >> _______________________________________________ >> >> Ironruby-core mailing list >> >> Ironruby-core at rubyforge.org >> >> http://rubyforge.org/mailman/listinfo/ironruby-core >> >> >> >> >> >> >> >> _______________________________________________ >> >> Ironruby-core mailing list >> >> Ironruby-core at rubyforge.org >> >> http://rubyforge.org/mailman/listinfo/ironruby-core >> >> >> > >> > >> > _______________________________________________ >> > Ironruby-core mailing list >> > Ironruby-core at rubyforge.org >> > http://rubyforge.org/mailman/listinfo/ironruby-core >> > >> > >> _______________________________________________ >> Ironruby-core mailing list >> Ironruby-core at rubyforge.org >> http://rubyforge.org/mailman/listinfo/ironruby-core > > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >
Ivan Porto Carrero
2008-Jun-10 23:46 UTC
[Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta 2
Hi Ben, I''ve sent you the files. Now to answer the question as to why there is a need for building against different assemblies. Because Silverlight includes the CoreCLR something like a CLR lite :) it has a different mscorlib with less stuff in it. Since mscorlib is the base library of the CLR you need to have a different build for everything that relies on that CLR lite. Which is why you need a different System and so on. So when you just use one or the other visual studio will take care of selecting the appropriate assemblies for you. In this case you had to do it manually. I don''t think that will change in the future, what will change is that you will be able to download IronRuby or IronPython or so and you can then be sure that both rely on the same DLR so that you can support any of those languages. Cheers, Ivan On Wed, Jun 11, 2008 at 11:30 AM, Ben Hall <ben2004uk at googlemail.com> wrote:> Hi Ivan, > > That would be great! Sent you a direct mail from my other account. > > Cheers > > Ben > > On Wed, Jun 11, 2008 at 12:01 AM, Ivan Porto Carrero > <ivan at flanders.co.nz> wrote: > > I''m happy to send you the binaries if you want them. > > > > On Wed, Jun 11, 2008 at 10:51 AM, Ben Hall <ben2004uk at googlemail.com> > wrote: > >> > >> Should these assemblies work with WinForms applications? I just posted > >> a message on the IP list with an exception i''m getting. > >> > >> Guess I should have posted in here :) > >> > >> On Tue, Jun 10, 2008 at 11:44 PM, Ivan Porto Carrero > >> <ivan at flanders.co.nz> wrote: > >> > No it''s for xaml and eventually silverlight too probably. > >> > At the moment I only have a little experiment online and I''m now the > >> > more > >> > useful version. > >> > > >> > Anyway I wanted a way to write my controls in IronRuby and then have > >> > them > >> > participate in a xaml layout as any CLR based control can do. At this > >> > moment > >> > I''ve made it so that you set the properties on the DLR based control > >> > with a > >> > language specific hash/dictionary. So if you use it in python you set > >> > the > >> > properties on the control using a python dictionary or at least that''s > >> > the > >> > plan but for that I needed a common DLR which I have now. > >> > > >> > It''s up on codeplex. > >> > http://codeplex.com/dynamicscriptcontrol > >> > > >> > On Wed, Jun 11, 2008 at 10:30 AM, Jimmy Schementi > >> > <Jimmy.Schementi at microsoft.com> wrote: > >> >> > >> >> What dynamic script control is this? For ASP.NET? Similar to this? > >> >> > >> >> > >> >> > >> >> > http://blogs.msdn.com/dmitryr/archive/2008/05/06/dynamic-client-script-for-silverlight-2-beta2.aspx > >> >> > >> >> > >> >> > >> >> PS. I''m gonna get it updated for SL2Beta2 shortly ? > >> >> > >> >> > >> >> > >> >> ~js > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> From: ironruby-core-bounces at rubyforge.org > >> >> [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Ivan Porto > >> >> Carrero > >> >> Sent: Tuesday, June 10, 2008 2:32 PM > >> >> To: ironruby-core at rubyforge.org > >> >> Subject: Re: [Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta > 2 > >> >> > >> >> > >> >> > >> >> Sweet. That means I can compile my dynamic script control for the all > >> >> the > >> >> DLR based languages. > >> >> > >> >> On Wed, Jun 11, 2008 at 9:29 AM, Ben Hall <ben2004uk at googlemail.com> > >> >> wrote: > >> >> > >> >> Excellent!! A new set of IronPython, IronRuby and DLR assemblies. I > >> >> can actually get my app working tonight! > >> >> > >> >> Thanks > >> >> > >> >> Ben > >> >> Blog.BenHall.me.uk > >> >> > >> >> On Tue, Jun 10, 2008 at 10:08 PM, Jimmy Schementi > >> >> <Jimmy.Schementi at microsoft.com> wrote: > >> >> > > >> >> > > >> >> > > http://blog.jimmy.schementi.com/2008/06/dynamic-languages-in-silverlight-2-beta.html > >> >> > > >> >> > With the announcement of Silverlight 2 Beta 2, the Silverlight > >> >> > Dynamic > >> >> > Languages SDK has been updated as well! > >> >> > > >> >> > Download the Dynamic Languages SDK: > >> >> > > >> >> > > >> >> > > http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=14254 > >> >> > > >> >> > There''s a lot of new stuff here, from new versions of IronRuby, > >> >> > IronPython, Managed JScript, and the Dynamic Languages Runtime, to > >> >> > more > >> >> > sample. Also, there are now three packages: SDK, SDK Samples, and > SDK > >> >> > Source. > >> >> > > >> >> > * SDK: Necessary package to create dynamic language Silverlight > >> >> > applications. > >> >> > * SDK Samples: a bunch of Ruby, Python, and JScript samples. > Best > >> >> > bet > >> >> > is to unzip this in the SDK directory. > >> >> > * SDK Source Code: If you want to modify the > >> >> > languages/DLR/Silverlight integration, you can do so here, and > build > >> >> > using > >> >> > the given Solution file in Visual Studio. This will create a /bin > >> >> > directory > >> >> > with the identical binaries as the /bin directory in the SDK, > however > >> >> > without DLL signing. > >> >> > > >> >> > Enjoy! > >> >> > ~Jimmy > >> >> > > >> >> > _______________________________________________ > >> >> > >> >> > Ironruby-core mailing list > >> >> > Ironruby-core at rubyforge.org > >> >> > http://rubyforge.org/mailman/listinfo/ironruby-core > >> >> > > >> >> _______________________________________________ > >> >> Ironruby-core mailing list > >> >> Ironruby-core at rubyforge.org > >> >> http://rubyforge.org/mailman/listinfo/ironruby-core > >> >> > >> >> > >> >> > >> >> _______________________________________________ > >> >> Ironruby-core mailing list > >> >> Ironruby-core at rubyforge.org > >> >> http://rubyforge.org/mailman/listinfo/ironruby-core > >> >> > >> > > >> > > >> > _______________________________________________ > >> > Ironruby-core mailing list > >> > Ironruby-core at rubyforge.org > >> > http://rubyforge.org/mailman/listinfo/ironruby-core > >> > > >> > > >> _______________________________________________ > >> Ironruby-core mailing list > >> Ironruby-core at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/ironruby-core > > > > > > _______________________________________________ > > Ironruby-core mailing list > > Ironruby-core at rubyforge.org > > http://rubyforge.org/mailman/listinfo/ironruby-core > > > > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080611/6dc227b6/attachment-0001.html>
Thanks for that. It does make sense now. All of my unit tests are passing, apart from two. I have this method: public string GetSaveFilter() { string filter = string.Empty; foreach (string ext in Engine.GetRegisteredExtensions()) { filter += string.Format("{0}|*{1}", Engine.LanguageDisplayName, ext); } return filter; } This was for my save dialog so I could have IronPython|*.py. However, with this release GetRegisteredExtensions doesn''t seem to be working the same. If I look in my Quick Watch window, what I get is (Engine == ScriptEngine): Engine.GetRegisteredExtensions() {string[0]} string[] It might be something my end. Haven''t investigated it yet. On Wed, Jun 11, 2008 at 12:46 AM, Ivan Porto Carrero <ivan at flanders.co.nz> wrote:> Hi Ben, > > I''ve sent you the files. Now to answer the question as to why there is a > need for building against different assemblies. Because Silverlight includes > the CoreCLR something like a CLR lite :) it has a different mscorlib with > less stuff in it. Since mscorlib is the base library of the CLR you need to > have a different build for everything that relies on that CLR lite. Which > is why you need a different System and so on. > > So when you just use one or the other visual studio will take care of > selecting the appropriate assemblies for you. In this case you had to do it > manually. I don''t think that will change in the future, what will change is > that you will be able to download IronRuby or IronPython or so and you can > then be sure that both rely on the same DLR so that you can support any of > those languages. > > Cheers, > Ivan > > On Wed, Jun 11, 2008 at 11:30 AM, Ben Hall <ben2004uk at googlemail.com> wrote: >> >> Hi Ivan, >> >> That would be great! Sent you a direct mail from my other account. >> >> Cheers >> >> Ben >> >> On Wed, Jun 11, 2008 at 12:01 AM, Ivan Porto Carrero >> <ivan at flanders.co.nz> wrote: >> > I''m happy to send you the binaries if you want them. >> > >> > On Wed, Jun 11, 2008 at 10:51 AM, Ben Hall <ben2004uk at googlemail.com> >> > wrote: >> >> >> >> Should these assemblies work with WinForms applications? I just posted >> >> a message on the IP list with an exception i''m getting. >> >> >> >> Guess I should have posted in here :) >> >> >> >> On Tue, Jun 10, 2008 at 11:44 PM, Ivan Porto Carrero >> >> <ivan at flanders.co.nz> wrote: >> >> > No it''s for xaml and eventually silverlight too probably. >> >> > At the moment I only have a little experiment online and I''m now the >> >> > more >> >> > useful version. >> >> > >> >> > Anyway I wanted a way to write my controls in IronRuby and then have >> >> > them >> >> > participate in a xaml layout as any CLR based control can do. At this >> >> > moment >> >> > I''ve made it so that you set the properties on the DLR based control >> >> > with a >> >> > language specific hash/dictionary. So if you use it in python you set >> >> > the >> >> > properties on the control using a python dictionary or at least >> >> > that''s >> >> > the >> >> > plan but for that I needed a common DLR which I have now. >> >> > >> >> > It''s up on codeplex. >> >> > http://codeplex.com/dynamicscriptcontrol >> >> > >> >> > On Wed, Jun 11, 2008 at 10:30 AM, Jimmy Schementi >> >> > <Jimmy.Schementi at microsoft.com> wrote: >> >> >> >> >> >> What dynamic script control is this? For ASP.NET? Similar to this? >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> http://blogs.msdn.com/dmitryr/archive/2008/05/06/dynamic-client-script-for-silverlight-2-beta2.aspx >> >> >> >> >> >> >> >> >> >> >> >> PS. I''m gonna get it updated for SL2Beta2 shortly ? >> >> >> >> >> >> >> >> >> >> >> >> ~js >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> From: ironruby-core-bounces at rubyforge.org >> >> >> [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Ivan Porto >> >> >> Carrero >> >> >> Sent: Tuesday, June 10, 2008 2:32 PM >> >> >> To: ironruby-core at rubyforge.org >> >> >> Subject: Re: [Ironruby-core] Dynamic Lanugages in Silverlight 2 Beta >> >> >> 2 >> >> >> >> >> >> >> >> >> >> >> >> Sweet. That means I can compile my dynamic script control for the >> >> >> all >> >> >> the >> >> >> DLR based languages. >> >> >> >> >> >> On Wed, Jun 11, 2008 at 9:29 AM, Ben Hall <ben2004uk at googlemail.com> >> >> >> wrote: >> >> >> >> >> >> Excellent!! A new set of IronPython, IronRuby and DLR assemblies. I >> >> >> can actually get my app working tonight! >> >> >> >> >> >> Thanks >> >> >> >> >> >> Ben >> >> >> Blog.BenHall.me.uk >> >> >> >> >> >> On Tue, Jun 10, 2008 at 10:08 PM, Jimmy Schementi >> >> >> <Jimmy.Schementi at microsoft.com> wrote: >> >> >> > >> >> >> > >> >> >> > >> >> >> > http://blog.jimmy.schementi.com/2008/06/dynamic-languages-in-silverlight-2-beta.html >> >> >> > >> >> >> > With the announcement of Silverlight 2 Beta 2, the Silverlight >> >> >> > Dynamic >> >> >> > Languages SDK has been updated as well! >> >> >> > >> >> >> > Download the Dynamic Languages SDK: >> >> >> > >> >> >> > >> >> >> > >> >> >> > http://www.codeplex.com/sdlsdk/Release/ProjectReleases.aspx?ReleaseId=14254 >> >> >> > >> >> >> > There''s a lot of new stuff here, from new versions of IronRuby, >> >> >> > IronPython, Managed JScript, and the Dynamic Languages Runtime, to >> >> >> > more >> >> >> > sample. Also, there are now three packages: SDK, SDK Samples, and >> >> >> > SDK >> >> >> > Source. >> >> >> > >> >> >> > * SDK: Necessary package to create dynamic language Silverlight >> >> >> > applications. >> >> >> > * SDK Samples: a bunch of Ruby, Python, and JScript samples. >> >> >> > Best >> >> >> > bet >> >> >> > is to unzip this in the SDK directory. >> >> >> > * SDK Source Code: If you want to modify the >> >> >> > languages/DLR/Silverlight integration, you can do so here, and >> >> >> > build >> >> >> > using >> >> >> > the given Solution file in Visual Studio. This will create a /bin >> >> >> > directory >> >> >> > with the identical binaries as the /bin directory in the SDK, >> >> >> > however >> >> >> > without DLL signing. >> >> >> > >> >> >> > Enjoy! >> >> >> > ~Jimmy >> >> >> > >> >> >> > _______________________________________________ >> >> >> >> >> >> > Ironruby-core mailing list >> >> >> > Ironruby-core at rubyforge.org >> >> >> > http://rubyforge.org/mailman/listinfo/ironruby-core >> >> >> > >> >> >> _______________________________________________ >> >> >> Ironruby-core mailing list >> >> >> Ironruby-core at rubyforge.org >> >> >> http://rubyforge.org/mailman/listinfo/ironruby-core >> >> >> >> >> >> >> >> >> >> >> >> _______________________________________________ >> >> >> Ironruby-core mailing list >> >> >> Ironruby-core at rubyforge.org >> >> >> http://rubyforge.org/mailman/listinfo/ironruby-core >> >> >> >> >> > >> >> > >> >> > _______________________________________________ >> >> > Ironruby-core mailing list >> >> > Ironruby-core at rubyforge.org >> >> > http://rubyforge.org/mailman/listinfo/ironruby-core >> >> > >> >> > >> >> _______________________________________________ >> >> Ironruby-core mailing list >> >> Ironruby-core at rubyforge.org >> >> http://rubyforge.org/mailman/listinfo/ironruby-core >> > >> > >> > _______________________________________________ >> > Ironruby-core mailing list >> > Ironruby-core at rubyforge.org >> > http://rubyforge.org/mailman/listinfo/ironruby-core >> > >> > >> _______________________________________________ >> Ironruby-core mailing list >> Ironruby-core at rubyforge.org >> http://rubyforge.org/mailman/listinfo/ironruby-core > > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >