Stories recently tagged with 'DLR'

Silverlight: Embed IronRuby/DLR Scripting within XAML using IValueConv(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 1 year, 4 months ago

After I wrote the “Intro to IronRuby/DLR Scripting in C# Silverlight 4 Application” post, I came across an interesting series on embedding DLR scripts in XAML with WPF. This is an interesting series, although the code doesn’t run in Silverlight, due to the fact that Silverlight is only a subset of WPF and doesn’t support the System.Windows.Markup.MarkupExtension class. I test out a couple things in Silverlight, and I was able to get similar DLR scripting functionality working under Silverlight using a combination of a simple, custom IValueConverter and a custom UserControl class. read more...

add a comment |category: |Views: 14

tags: another

Intro to IronRuby/DLR Scripting in C# Silverlight 4 Application(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 1 year, 4 months ago

I thought I’d share what I’m learning about adding IronRuby scripting to Silverlight 4 applications. I’m also focusing on C# as the host language, but the .NET object and methods used will be the same from VB.NET. read more...

add a comment |category: |Views: 17

tags: another

Embedding DLR Scripts in XAML- Part 2, A Simple DLR Markup Extension(www.thinkbottomup.com.au)

submitted by crpietschmanncrpietschmann(11.3k) 1 year, 4 months ago

This article demonstrates how to embed DLR scripts in XAML using a custom MarkupExtension. The scripting language can be any language supported by the DLR, such as Python or Ruby. read more...

add a comment |category: |Views: 19

tags: another

Make Your Application Extendable Using the DLR(blogs.microsoft.co.il)

submitted by shayfriedmanshayfriedman(1411) 3 years ago

Application extensibility comes in various ways and names. It seems, though, that one kind of extensibility was left to the very few – application macros. This kind is now easier to achieve than ever before, using the new Dynamic Language Runtime. read more...

add a comment |category: |Views: 25

tags: another

SilverLight Tetris example in Boo and IronPython(lazunin.com)

submitted by cedricvcedricv(85) 3 years ago

Boo can now do SilverLight, currently on trunk and soon to be released in Boo 0.9. Vladimir shows us SilverLight Tetris examples with IronPython to Boo. While the source code of both examples are very similar, the resulting Boo's .xap package is 23 times smaller than IronPython's, thanks to Boo's statically-typed nature. read more...

add a comment |category: |Views: 127

tags: another

Getting Started with Dynamic Languages(blogs.microsoft.co.il)

submitted by shayfriedmanshayfriedman(1411) 3 years, 1 month ago

I've grouped together some resources and blogs for all of you out there who are willing to start working with dynamic languages that are built on top of the DLR. Enjoy! read more...

add a comment |category: |Views: 14

tags: another

IronPython 2.0 Has Been Released(infoq.com)

submitted by mghaouimghaoui(340) 3 years, 2 months ago

Microsoft has released IronPython 2.0 on CodePlex, the .NET implementation of the Python language. The most important improvement is running on top of the Dynamic Language Runtime (DLR). read more...

7 comments |category: |Views: 219

tags: another

Embedding an IronRuby console in your applications(blog.brechtel.us)

submitted by jbrechteljbrechtel(40) 3 years, 3 months ago

How to make use of IronRuby today. Along the same lines as parts of John Lam's IronRuby PDC talk. How to use IronRuby in your applications as an interactive console. read more...

add a comment |category: |Views: 67

tags: another

IronScheme 1.0 beta 1 released(codeplex.com)

submitted by leppieleppie(10) 3 years, 3 months ago

IronScheme 1.0 beta 1 has been released. It implements the entire R6RS Scheme specification. read more...

add a comment |category: |Views: 10

tags: another

Monkey Patching CLR Objects(haacked.com)

submitted by HaackedHaacked(5105) 3 years, 9 months ago

An example of DLR/CLR Interop to dynamically add new methods to a CLR object for use in IronRuby. read more...

add a comment |category: |Views: 21

tags: another

Getting started with IronPython(blog.benhall.me.uk)

submitted by ImplicitGeekImplicitGeek(260) 3 years, 10 months ago

An interesting look at how to get started with IronPython and how all the different parts fit together. Great if you want to dig deeper into the language or the DLR. read more...

add a comment |category: |Views: 30

tags: another

IronRuby... Now on Google Groups.----- Join Now.(ironruby.blogspot.com)

submitted by softmindsoftmind(115) 3 years, 11 months ago

IronRuby... Now on Google Groups. Its the right time to Join the community and discuss more. Here's the link... http://groups.google.com/group/ironruby My best wishes for the great success to IronRuby Group. Hope to see more information flowing from this new plethora of information and discussion. read more...

add a comment |category: |Views: 7

tags: another

InfoQ: A .NET Triumvirate: IronScheme, IronLisp, and Xacc(infoq.com)

submitted by w3stfa11w3stfa11(645) 4 years ago

Llewellyn Pritchard, who is also known to the community as Leppie, has actively ported both Scheme and Lisp to the .NET DLR since its release. The results are IronScheme and IronLisp with an integrated development environment added to round out the development experience. InfoQ editors were able to contact Leppie recently to talk about the interesting recent developments he's made in regards to both IronScheme and IronLisp. read more...

1 comment |category: |Views: 20

tags: another

The .Net DLR makes building a new language implementation ridiculousl(listeningtoreason.blogspot.com)

submitted by wanorriswanorris(75) 4 years ago

Leverage the CLR, the DLR, and new parsing technologies makes it a lot more practical to design and implement a new language than ever before. read more...

add a comment |category: |Views: 33

tags: another

Should Microsoft work less on C# 3.0 and Focus more on IronRuby and ID(ironruby.blogspot.com)

submitted by softmindsoftmind(115) 4 years ago

In my opinion "Yes". Microsoft should stop working more on C# 3.1 or 4.0 currently. The progress on DLR and IronRuby and IronPython is dead slow. The announcement of DLR was made at MIX 2007 in March 2007. The next MIX 2008 is round the corner starting from 5th March 2008. Even after one year the current stage of IronRuby is alpha stage only. No news on the IDE and no special section on forums to discuss DLR or Dynamic languages. read more...

2 comments |category: |Views: 7

tags: another

Classic Ruby and Ruby on Rails losing against IronRuby(ironruby.blogspot.com)

submitted by softmindsoftmind(115) 4 years, 1 month ago

Ruby, capable of being on No.1 position suffers a real problem of deployment. Its like a useless child when it comes to deployment. Its like having a handsome and dashing son, who works great as an obedient son in the house, BUT.. does not earn a single penny from outside. Ruby's syntax is great, Ruby is powerful, ruby is loved by all, Ruby has many die hard fans like me, Ruby works like a charm on Local machines; all advantages are destroyed with single drawback of " Deployment" read more...

add a comment |category: |Views: 16

tags: another