Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dynamic-language-runtime

overview of DLR? [closed]

C# instead of IronRuby as an embedded "scripting" language in .NET 3.5

Is IronPython usable as a replacement for CPython?

Can an ExpandoObject be a list?

C# DLR, Datatype inference with Dynamic keyword

A future for Dynamic Feature Runtime in context of c#?

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?