Discussion list for all things DLR

DLR <> IronLanguages

first post: todort wrote: Hi, What's the relationship between this DLR project and the Iron...

latest post: dmiller wrote: **jdhardy wrote:** > The DLR is still sort-of actively developed, i...

.NET 4.5

first post: Alxandr wrote: What would it take to get the the Microsoft.Scripting-projects com...

latest post: TomasMatousek wrote: They do compile on 4.5, among other platforms. Check out https://...

Custom Scope Storage as default for ScriptEngine.CreateScope()

first post: SPARTAN563 wrote: Issue I am currently in the process of polishing a DLR Lua impleme...

latest post: SPARTAN563 wrote: I have subsequently made the relevant changes to the DLR to implem...

Sympl Example - Source Code?

first post: yogeshshetty wrote: I am exploring DLR runtime, and i see that there is a nice documen...

latest post: billchi wrote: If you go to dlr.codeplex.com and click "source code" in the top ...

Understanding how the BinaryOperationBinder works

first post: fgretief wrote: Hello DLR architects, I wish to understand how the BinaryOper...

latest post: Alxandr wrote: billchi wrote: Languages can be smarter and can implement the...

What is the relationship between the Dynamic Language Runtime and C# 4.0?

first post: robertwharvey wrote: Let's say I wanted to create a dynamic language compiler/interprete...

latest post: nathanpapke wrote: I'd also imagine that if a couple of people were to help out with l...

System.Linq.Expressions vs Microsoft.Scripting.Ast

first post: ido_ran wrote: Hi,I'm learning to use the DLR and there is one thing I can't figur...

latest post: ido_ran wrote: Thank you.This is a lot of information about the DLR. Ido.

Source Update

first post: ido_ran wrote: Hi,The last source code change was Aug 15 2010. Was there no change...

latest post: ido_ran wrote: OK, Thank you.Ido.

Q: ASP.NET & IronPythhon : Caching inside Global.px->Application_Start

first post: bernd_v wrote: Hi, I have a question. Webapplications in ASP.NET are capable to...

latest post: bernd_v wrote: 2011/11/21 jdhardy <notifications@codeplex.com> > > From: jdhardy...

LambdaExpression Compile() vs CompileToMethod()

first post: costab wrote: I have a lot of formulas that are converted to lambda expression ob...