Error!
Success!

By tag: DLR

showing:  of
0
kicks

Complete guide to Dynamic keyword in C#  (Unpublished)

An extensive article to understand how dynamic keyword works, limitations and best places to use it


Kicked By:
Drop Kicked By:
0
kicks

Silverlight: Embed IronRuby/DLR Scripting within XAML using IValueConv  (Unpublished)

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 W...


Kicked By:
Drop Kicked By:
0
kicks

Intro to IronRuby/DLR Scripting in C# Silverlight 4 Application  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

Embedding DLR Scripts in XAML- Part 2, A Simple DLR Markup Extension  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

Make Your Application Extendable Using the DLR  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

SilverLight Tetris example in Boo and IronPython  (Unpublished)

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 s...


Kicked By:
Drop Kicked By:
0
kicks

Getting Started with Dynamic Languages  (Unpublished)

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!


Kicked By:
Drop Kicked By:
0
kicks

IronPython 2.0 Has Been Released  (Unpublished)

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).


Kicked By:
Drop Kicked By:
0
kicks

Embedding an IronRuby console in your applications  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

IronScheme 1.0 beta 1 released  (Unpublished)

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


Kicked By:
Drop Kicked By:
0
kicks

Monkey Patching CLR Objects  (Unpublished)

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


Kicked By:
Drop Kicked By:
0
kicks

Getting started with IronPython  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

IronRuby... Now on Google Groups.----- Join Now.  (Unpublished)

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 di...


Kicked By:
Drop Kicked By:
0
kicks

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

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 t...


Kicked By:
Drop Kicked By:
0
kicks

The .Net DLR makes building a new language implementation ridiculousl  (Unpublished)

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.


Kicked By:
Drop Kicked By: