Welcome to MSDN Blogs Sign in | Join | Help

March 2008 - Posts

It's been over a week since we released IronPython 2.0 Beta 1 which also contains the Beta 1 version of DLR. The release includes several favorites of mine in the area of expression trees and compilation, mostly invisible to users of IronPython, but of Read More...
Interesting question came to me ... where can one get (latest) sources of DLR? Basically, right now there are two sources you can get DLR from: RubyForge CodePlex RubyForge RubyForge is where the whole IronRuby project lives and as the development progresses, Read More...
I am still working on answering the 2nd question. In the previous post and the one before that I answered most of it, but there is one more thing to address: Problem Two What if the language syntax doesn't provide good guidance for the placement of the Read More...
In the previous post we explored options to express dynamic behavior of "formatting" an object for output. First option was to use relatively well fitting dynamic operation from the DLR core set - CodeRepresentation. There's another option which we'll Read More...
Getting now to the second question that Ales asked: " ... As an example let's take Print function .. where I want to print different data types - integers, strings, decimals etc and each type should be printed differently. Instead of doing the same Read More...
 
Page view tracker