Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dynamic-language-runtime

DynamicMethods, Expression Trees and the DLR

How to import static class (or static method) into IronPython (or DLR) using C# code(not python)?

The DLR, Boo, and the JVM

What's the memory footprint of the DLR?

Which Dynamic .NET language makes more sense to learn, Iron Ruby or Iron Python?

Expression tree - compile inner lambda in outer lambda - scoping resolution

Using C# dynamic method for an object

Which is the code that creates captured variables / closures?

Overload Resolution in C# 4.0 using dynamic types

Base a small expression DSL on the DLR or keep it hand-rolled in F#?

.NET DLR safe or sandboxed script

What happens when import a module in ironpython?

How do you implement C#4's IDynamicObject interface?

DynamicObject implicit casting

Can a statically typed language be developed with the DLR?

What is the difference between Converting and Unboxing?

What are the limitations of Dynamic Language Runtime in .NET 4.0?

Can someone please explaind me what is DLR and how it used in sms gateways?

How to Implement the Ternary Operator in the DLR