<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>dlr Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/dlr/Wiki/View.aspx?title=Home</link><description>dlr Wiki Rss Description</description><item><title>Updated Wiki: Docs and specs</title><link>http://dlr.codeplex.com/wikipage?title=Docs and specs&amp;version=52</link><description>&lt;div class="wikidoc"&gt;We will update documents here more frequently than in the release zip files.&lt;br /&gt;&lt;br /&gt;The documents that are currently available are:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127511"&gt;dlr-overview.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127512"&gt;dlr-overview.pdf&lt;/a&gt; -- modified 16 DEC 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127513"&gt;dlr-spec-hosting.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127516"&gt;dlr-spec-hosting.pdf&lt;/a&gt;-- modified 04 JUN 10&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246539"&gt;expr-tree-spec.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246540"&gt;expr-tree-spec.pdf&lt;/a&gt;-- modified 02 JUN 11&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=68818"&gt;library-authors-introduction.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127517"&gt;library-authors-introduction.pdf&lt;/a&gt; -- modified 19 MAY 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74708"&gt;sites-binders-dynobj-interop.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127518"&gt;sites-binders-dynobj-interop.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74709"&gt;sympl.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127519"&gt;sympl.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;A suggested tour through the docs is:
&lt;ul&gt;&lt;li&gt;start with dlr-overview and read first two sections&lt;/li&gt;
&lt;li&gt;read or skim the remaining sections of dlr-overview&lt;/li&gt;
&lt;li&gt;branch (note, conceptual introductions share some information with later sections of dlr-overview)
&lt;ul&gt;&lt;li&gt;for library authors wanting to create dynamic objects in a lightweight way, read library-authors-introduction&lt;/li&gt;
&lt;li&gt;for more info on Expression Trees, read expr-tree-spec&lt;/li&gt;
&lt;li&gt;for more info on dynamic dispatch caching and dynamic object interop, read sites-binders-dynobj-interop&lt;/li&gt;
&lt;li&gt;for more info on DLR Hosting Model, read dlr-spec-hosting&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;to bring this all together in a coherent language implementation sample with walkthrough, read sympl.doc&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn FAQ available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=490919"&gt;roslyn-ctp3-faq.docx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=490920"&gt;roslyn-ctp3-faq.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=490893"&gt;roslyn-ctp3-faq.cs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=490894"&gt;roslyn-ctp3-faq.vb&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn REPL and Scripting Docs available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=437869"&gt;released-interactive-repl-spec2.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294856"&gt;released-interactive-scripting-spec.pdf&lt;/a&gt; -- describes more closely what is in CTP2&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=437871"&gt;released-interactive-scripting-spec2.pdf&lt;/a&gt; -- updated designs of what we&amp;#39;re working on beyond CTP2&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn compiler API &lt;b&gt;drafts&lt;/b&gt; available:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=462982"&gt;roslyn-api-syntax-tree-pub.pdf&lt;/a&gt; -- CTP2 C# Syntax factories and SyntaxTree&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=462985"&gt;roslyn-api-syntax-misc-pub.pdf&lt;/a&gt; -- CTP2 C# SyntaxNode&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=462986"&gt;roslyn-api-core-syntax-pub.pdf&lt;/a&gt; -- CTP2 CommonSyntaxTree and CommonSyntaxNode&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn Syntax API inheritance diagrams available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373534"&gt;roslyn-csharp-syntax-inheritance-diagram.xps&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373533"&gt;roslyn-csharp-syntax-inheritance-diagram.dgml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373536"&gt;roslyn-vb-syntax-inheritance-diagram.xps&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373535"&gt;roslyn-vb-syntax-inheritance-diagram.dgml&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>billchi</author><pubDate>Tue, 25 Sep 2012 18:46:22 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Docs and specs 20120925064622P</guid></item><item><title>Updated Wiki: Docs and specs</title><link>http://dlr.codeplex.com/wikipage?title=Docs and specs&amp;version=51</link><description>&lt;div class="wikidoc"&gt;We will update documents here more frequently than in the release zip files.&lt;br /&gt;&lt;br /&gt;The documents that are currently available are:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127511"&gt;dlr-overview.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127512"&gt;dlr-overview.pdf&lt;/a&gt; -- modified 16 DEC 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127513"&gt;dlr-spec-hosting.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127516"&gt;dlr-spec-hosting.pdf&lt;/a&gt;-- modified 04 JUN 10&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246539"&gt;expr-tree-spec.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246540"&gt;expr-tree-spec.pdf&lt;/a&gt;-- modified 02 JUN 11&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=68818"&gt;library-authors-introduction.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127517"&gt;library-authors-introduction.pdf&lt;/a&gt; -- modified 19 MAY 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74708"&gt;sites-binders-dynobj-interop.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127518"&gt;sites-binders-dynobj-interop.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74709"&gt;sympl.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127519"&gt;sympl.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;A suggested tour through the docs is:
&lt;ul&gt;&lt;li&gt;start with dlr-overview and read first two sections&lt;/li&gt;
&lt;li&gt;read or skim the remaining sections of dlr-overview&lt;/li&gt;
&lt;li&gt;branch (note, conceptual introductions share some information with later sections of dlr-overview)
&lt;ul&gt;&lt;li&gt;for library authors wanting to create dynamic objects in a lightweight way, read library-authors-introduction&lt;/li&gt;
&lt;li&gt;for more info on Expression Trees, read expr-tree-spec&lt;/li&gt;
&lt;li&gt;for more info on dynamic dispatch caching and dynamic object interop, read sites-binders-dynobj-interop&lt;/li&gt;
&lt;li&gt;for more info on DLR Hosting Model, read dlr-spec-hosting&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;to bring this all together in a coherent language implementation sample with walkthrough, read sympl.doc&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn FAQ available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386857"&gt;roslyn-ctp2-faq.docx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386858"&gt;roslyn-ctp2-faq.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="unresolved"&gt;Cannot resolve file macro, invalid file name or id.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="unresolved"&gt;Cannot resolve file macro, invalid file name or id.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn REPL and Scripting Docs available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=437869"&gt;released-interactive-repl-spec2.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294856"&gt;released-interactive-scripting-spec.pdf&lt;/a&gt; -- describes more closely what is in CTP2&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=437871"&gt;released-interactive-scripting-spec2.pdf&lt;/a&gt; -- updated designs of what we&amp;#39;re working on beyond CTP2&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn compiler API &lt;b&gt;drafts&lt;/b&gt; available:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=462982"&gt;roslyn-api-syntax-tree-pub.pdf&lt;/a&gt; -- CTP2 C# Syntax factories and SyntaxTree&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=462985"&gt;roslyn-api-syntax-misc-pub.pdf&lt;/a&gt; -- CTP2 C# SyntaxNode&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=462986"&gt;roslyn-api-core-syntax-pub.pdf&lt;/a&gt; -- CTP2 CommonSyntaxTree and CommonSyntaxNode&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn Syntax API inheritance diagrams available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373534"&gt;roslyn-csharp-syntax-inheritance-diagram.xps&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373533"&gt;roslyn-csharp-syntax-inheritance-diagram.dgml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373536"&gt;roslyn-vb-syntax-inheritance-diagram.xps&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373535"&gt;roslyn-vb-syntax-inheritance-diagram.dgml&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>billchi</author><pubDate>Tue, 25 Sep 2012 18:45:24 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Docs and specs 20120925064524P</guid></item><item><title>Updated Wiki: Docs and specs</title><link>http://dlr.codeplex.com/wikipage?title=Docs and specs&amp;version=50</link><description>&lt;div class="wikidoc"&gt;We will update documents here more frequently than in the release zip files.&lt;br /&gt;&lt;br /&gt;The documents that are currently available are:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127511"&gt;dlr-overview.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127512"&gt;dlr-overview.pdf&lt;/a&gt; -- modified 16 DEC 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127513"&gt;dlr-spec-hosting.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127516"&gt;dlr-spec-hosting.pdf&lt;/a&gt;-- modified 04 JUN 10&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246539"&gt;expr-tree-spec.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246540"&gt;expr-tree-spec.pdf&lt;/a&gt;-- modified 02 JUN 11&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=68818"&gt;library-authors-introduction.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127517"&gt;library-authors-introduction.pdf&lt;/a&gt; -- modified 19 MAY 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74708"&gt;sites-binders-dynobj-interop.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127518"&gt;sites-binders-dynobj-interop.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74709"&gt;sympl.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127519"&gt;sympl.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;A suggested tour through the docs is:
&lt;ul&gt;&lt;li&gt;start with dlr-overview and read first two sections&lt;/li&gt;
&lt;li&gt;read or skim the remaining sections of dlr-overview&lt;/li&gt;
&lt;li&gt;branch (note, conceptual introductions share some information with later sections of dlr-overview)
&lt;ul&gt;&lt;li&gt;for library authors wanting to create dynamic objects in a lightweight way, read library-authors-introduction&lt;/li&gt;
&lt;li&gt;for more info on Expression Trees, read expr-tree-spec&lt;/li&gt;
&lt;li&gt;for more info on dynamic dispatch caching and dynamic object interop, read sites-binders-dynobj-interop&lt;/li&gt;
&lt;li&gt;for more info on DLR Hosting Model, read dlr-spec-hosting&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;to bring this all together in a coherent language implementation sample with walkthrough, read sympl.doc&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn FAQ available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386857"&gt;roslyn-ctp2-faq.docx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386858"&gt;roslyn-ctp2-faq.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386317"&gt;roslyn-ctp2-faq.cs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386318"&gt;roslyn-ctp2-faq.vb&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn REPL and Scripting Docs available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=437869"&gt;released-interactive-repl-spec2.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294856"&gt;released-interactive-scripting-spec.pdf&lt;/a&gt; -- describes more closely what is in CTP2&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=437871"&gt;released-interactive-scripting-spec2.pdf&lt;/a&gt; -- updated designs of what we&amp;#39;re working on beyond CTP2&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn compiler API &lt;b&gt;drafts&lt;/b&gt; available:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=462982"&gt;roslyn-api-syntax-tree-pub.pdf&lt;/a&gt; -- CTP2 C# Syntax factories and SyntaxTree&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=462985"&gt;roslyn-api-syntax-misc-pub.pdf&lt;/a&gt; -- CTP2 C# SyntaxNode&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=462986"&gt;roslyn-api-core-syntax-pub.pdf&lt;/a&gt; -- CTP2 CommonSyntaxTree and CommonSyntaxNode&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn Syntax API inheritance diagrams available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373534"&gt;roslyn-csharp-syntax-inheritance-diagram.xps&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373533"&gt;roslyn-csharp-syntax-inheritance-diagram.dgml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373536"&gt;roslyn-vb-syntax-inheritance-diagram.xps&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373535"&gt;roslyn-vb-syntax-inheritance-diagram.dgml&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>billchi</author><pubDate>Tue, 24 Jul 2012 21:56:45 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Docs and specs 20120724095645P</guid></item><item><title>Updated Wiki: Docs and specs</title><link>http://dlr.codeplex.com/wikipage?title=Docs and specs&amp;version=49</link><description>&lt;div class="wikidoc"&gt;We will update documents here more frequently than in the release zip files.&lt;br /&gt;&lt;br /&gt;The documents that are currently available are:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127511"&gt;dlr-overview.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127512"&gt;dlr-overview.pdf&lt;/a&gt; -- modified 16 DEC 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127513"&gt;dlr-spec-hosting.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127516"&gt;dlr-spec-hosting.pdf&lt;/a&gt;-- modified 04 JUN 10&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246539"&gt;expr-tree-spec.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246540"&gt;expr-tree-spec.pdf&lt;/a&gt;-- modified 02 JUN 11&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=68818"&gt;library-authors-introduction.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127517"&gt;library-authors-introduction.pdf&lt;/a&gt; -- modified 19 MAY 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74708"&gt;sites-binders-dynobj-interop.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127518"&gt;sites-binders-dynobj-interop.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74709"&gt;sympl.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127519"&gt;sympl.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;A suggested tour through the docs is:
&lt;ul&gt;&lt;li&gt;start with dlr-overview and read first two sections&lt;/li&gt;
&lt;li&gt;read or skim the remaining sections of dlr-overview&lt;/li&gt;
&lt;li&gt;branch (note, conceptual introductions share some information with later sections of dlr-overview)
&lt;ul&gt;&lt;li&gt;for library authors wanting to create dynamic objects in a lightweight way, read library-authors-introduction&lt;/li&gt;
&lt;li&gt;for more info on Expression Trees, read expr-tree-spec&lt;/li&gt;
&lt;li&gt;for more info on dynamic dispatch caching and dynamic object interop, read sites-binders-dynobj-interop&lt;/li&gt;
&lt;li&gt;for more info on DLR Hosting Model, read dlr-spec-hosting&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;to bring this all together in a coherent language implementation sample with walkthrough, read sympl.doc&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn FAQ available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386857"&gt;roslyn-ctp2-faq.docx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386858"&gt;roslyn-ctp2-faq.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386317"&gt;roslyn-ctp2-faq.cs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386318"&gt;roslyn-ctp2-faq.vb&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn REPL and Scripting Docs available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=437869"&gt;released-interactive-repl-spec2.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294856"&gt;released-interactive-scripting-spec.pdf&lt;/a&gt; -- describes more closely what is in CTP2&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=437871"&gt;released-interactive-scripting-spec2.pdf&lt;/a&gt; -- updated designs of what we&amp;#39;re working on beyond CTP2&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn compiler API &lt;b&gt;drafts&lt;/b&gt; available:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=462982"&gt;roslyn-api-syntax-tree-pub.pdf&lt;/a&gt; -- CTP2 C# Syntax factories and SyntaxTree&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=462985"&gt;roslyn-api-syntax-misc-pub.pdf&lt;/a&gt; -- CTP2 C# SyntaxNode&lt;/li&gt;
&lt;li&gt;&lt;span class="unresolved"&gt;Cannot resolve file macro, invalid file name or id.&lt;/span&gt; -- CTP2 CommonSyntaxTree and CommonSyntaxNode&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn Syntax API inheritance diagrams available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373534"&gt;roslyn-csharp-syntax-inheritance-diagram.xps&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373533"&gt;roslyn-csharp-syntax-inheritance-diagram.dgml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373536"&gt;roslyn-vb-syntax-inheritance-diagram.xps&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373535"&gt;roslyn-vb-syntax-inheritance-diagram.dgml&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>billchi</author><pubDate>Tue, 24 Jul 2012 21:55:54 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Docs and specs 20120724095554P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://dlr.codeplex.com/documentation?version=7</link><description>&lt;div class="wikidoc"&gt;&lt;a href="http://dlr.codeplex.com/wikipage?title=Docs%20and%20specs&amp;referringTitle=Documentation"&gt;Documents and specs&lt;/a&gt; for the DLR are available here. &lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>billchi</author><pubDate>Tue, 24 Jul 2012 21:45:03 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20120724094503P</guid></item><item><title>Updated Wiki: Docs and specs</title><link>http://dlr.codeplex.com/wikipage?title=Docs and specs&amp;version=48</link><description>&lt;div class="wikidoc"&gt;We will update documents here more frequently than in the release zip files.&lt;br /&gt;&lt;br /&gt;The documents that are currently available are:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127511"&gt;dlr-overview.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127512"&gt;dlr-overview.pdf&lt;/a&gt; -- modified 16 DEC 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127513"&gt;dlr-spec-hosting.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127516"&gt;dlr-spec-hosting.pdf&lt;/a&gt;-- modified 04 JUN 10&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246539"&gt;expr-tree-spec.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246540"&gt;expr-tree-spec.pdf&lt;/a&gt;-- modified 02 JUN 11&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=68818"&gt;library-authors-introduction.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127517"&gt;library-authors-introduction.pdf&lt;/a&gt; -- modified 19 MAY 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74708"&gt;sites-binders-dynobj-interop.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127518"&gt;sites-binders-dynobj-interop.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74709"&gt;sympl.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127519"&gt;sympl.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;A suggested tour through the docs is:
&lt;ul&gt;&lt;li&gt;start with dlr-overview and read first two sections&lt;/li&gt;
&lt;li&gt;read or skim the remaining sections of dlr-overview&lt;/li&gt;
&lt;li&gt;branch (note, conceptual introductions share some information with later sections of dlr-overview)
&lt;ul&gt;&lt;li&gt;for library authors wanting to create dynamic objects in a lightweight way, read library-authors-introduction&lt;/li&gt;
&lt;li&gt;for more info on Expression Trees, read expr-tree-spec&lt;/li&gt;
&lt;li&gt;for more info on dynamic dispatch caching and dynamic object interop, read sites-binders-dynobj-interop&lt;/li&gt;
&lt;li&gt;for more info on DLR Hosting Model, read dlr-spec-hosting&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;to bring this all together in a coherent language implementation sample with walkthrough, read sympl.doc&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn FAQ available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386857"&gt;roslyn-ctp2-faq.docx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386858"&gt;roslyn-ctp2-faq.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386317"&gt;roslyn-ctp2-faq.cs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386318"&gt;roslyn-ctp2-faq.vb&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn REPL and Scripting Docs available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=437869"&gt;released-interactive-repl-spec2.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294856"&gt;released-interactive-scripting-spec.pdf&lt;/a&gt; -- describes more closely what is in CTP2&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=437871"&gt;released-interactive-scripting-spec2.pdf&lt;/a&gt; -- updated designs of what we&amp;#39;re working on beyond CTP2&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn Syntax API inheritance diagrams available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373534"&gt;roslyn-csharp-syntax-inheritance-diagram.xps&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373533"&gt;roslyn-csharp-syntax-inheritance-diagram.dgml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373536"&gt;roslyn-vb-syntax-inheritance-diagram.xps&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373535"&gt;roslyn-vb-syntax-inheritance-diagram.dgml&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>billchi</author><pubDate>Tue, 10 Jul 2012 22:54:21 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Docs and specs 20120710105421P</guid></item><item><title>Updated Wiki: Docs and specs</title><link>http://dlr.codeplex.com/wikipage?title=Docs and specs&amp;version=47</link><description>&lt;div class="wikidoc"&gt;We will update documents here more frequently than in the release zip files.&lt;br /&gt;&lt;br /&gt;The documents that are currently available are:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127511"&gt;dlr-overview.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127512"&gt;dlr-overview.pdf&lt;/a&gt; -- modified 16 DEC 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127513"&gt;dlr-spec-hosting.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127516"&gt;dlr-spec-hosting.pdf&lt;/a&gt;-- modified 04 JUN 10&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246539"&gt;expr-tree-spec.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246540"&gt;expr-tree-spec.pdf&lt;/a&gt;-- modified 02 JUN 11&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=68818"&gt;library-authors-introduction.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127517"&gt;library-authors-introduction.pdf&lt;/a&gt; -- modified 19 MAY 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74708"&gt;sites-binders-dynobj-interop.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127518"&gt;sites-binders-dynobj-interop.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74709"&gt;sympl.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127519"&gt;sympl.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;A suggested tour through the docs is:
&lt;ul&gt;&lt;li&gt;start with dlr-overview and read first two sections&lt;/li&gt;
&lt;li&gt;read or skim the remaining sections of dlr-overview&lt;/li&gt;
&lt;li&gt;branch (note, conceptual introductions share some information with later sections of dlr-overview)
&lt;ul&gt;&lt;li&gt;for library authors wanting to create dynamic objects in a lightweight way, read library-authors-introduction&lt;/li&gt;
&lt;li&gt;for more info on Expression Trees, read expr-tree-spec&lt;/li&gt;
&lt;li&gt;for more info on dynamic dispatch caching and dynamic object interop, read sites-binders-dynobj-interop&lt;/li&gt;
&lt;li&gt;for more info on DLR Hosting Model, read dlr-spec-hosting&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;to bring this all together in a coherent language implementation sample with walkthrough, read sympl.doc&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn FAQ available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386857"&gt;roslyn-ctp2-faq.docx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386858"&gt;roslyn-ctp2-faq.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386317"&gt;roslyn-ctp2-faq.cs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386318"&gt;roslyn-ctp2-faq.vb&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn REPL and Scripting Docs available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294855"&gt;released-interactive-repl-spec.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294856"&gt;released-interactive-scripting-spec.pdf&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn Syntax API inheritance diagrams available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373534"&gt;roslyn-csharp-syntax-inheritance-diagram.xps&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373533"&gt;roslyn-csharp-syntax-inheritance-diagram.dgml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373536"&gt;roslyn-vb-syntax-inheritance-diagram.xps&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373535"&gt;roslyn-vb-syntax-inheritance-diagram.dgml&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>billchi</author><pubDate>Wed, 06 Jun 2012 22:54:54 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Docs and specs 20120606105454P</guid></item><item><title>Updated Wiki: Docs and specs</title><link>http://dlr.codeplex.com/wikipage?title=Docs and specs&amp;version=46</link><description>&lt;div class="wikidoc"&gt;We will update documents here more frequently than in the release zip files.&lt;br /&gt;&lt;br /&gt;The documents that are currently available are:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127511"&gt;dlr-overview.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127512"&gt;dlr-overview.pdf&lt;/a&gt; -- modified 16 DEC 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127513"&gt;dlr-spec-hosting.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127516"&gt;dlr-spec-hosting.pdf&lt;/a&gt;-- modified 04 JUN 10&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246539"&gt;expr-tree-spec.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246540"&gt;expr-tree-spec.pdf&lt;/a&gt;-- modified 02 JUN 11&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=68818"&gt;library-authors-introduction.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127517"&gt;library-authors-introduction.pdf&lt;/a&gt; -- modified 19 MAY 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74708"&gt;sites-binders-dynobj-interop.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127518"&gt;sites-binders-dynobj-interop.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74709"&gt;sympl.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127519"&gt;sympl.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;A suggested tour through the docs is:
&lt;ul&gt;&lt;li&gt;start with dlr-overview and read first two sections&lt;/li&gt;
&lt;li&gt;read or skim the remaining sections of dlr-overview&lt;/li&gt;
&lt;li&gt;branch (note, conceptual introductions share some information with later sections of dlr-overview)
&lt;ul&gt;&lt;li&gt;for library authors wanting to create dynamic objects in a lightweight way, read library-authors-introduction&lt;/li&gt;
&lt;li&gt;for more info on Expression Trees, read expr-tree-spec&lt;/li&gt;
&lt;li&gt;for more info on dynamic dispatch caching and dynamic object interop, read sites-binders-dynobj-interop&lt;/li&gt;
&lt;li&gt;for more info on DLR Hosting Model, read dlr-spec-hosting&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;to bring this all together in a coherent language implementation sample with walkthrough, read sympl.doc&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn FAQ available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386315"&gt;roslyn-ctp2-faq.docx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386316"&gt;roslyn-ctp2-faq.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386317"&gt;roslyn-ctp2-faq.cs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386318"&gt;roslyn-ctp2-faq.vb&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn REPL and Scripting Docs available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294855"&gt;released-interactive-repl-spec.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294856"&gt;released-interactive-scripting-spec.pdf&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn Syntax API inheritance diagrams available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373534"&gt;roslyn-csharp-syntax-inheritance-diagram.xps&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373533"&gt;roslyn-csharp-syntax-inheritance-diagram.dgml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373536"&gt;roslyn-vb-syntax-inheritance-diagram.xps&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373535"&gt;roslyn-vb-syntax-inheritance-diagram.dgml&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>billchi</author><pubDate>Tue, 05 Jun 2012 03:51:08 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Docs and specs 20120605035108A</guid></item><item><title>Updated Wiki: Docs and specs</title><link>http://dlr.codeplex.com/wikipage?title=Docs and specs&amp;version=45</link><description>&lt;div class="wikidoc"&gt;We will update documents here more frequently than in the release zip files.&lt;br /&gt;&lt;br /&gt;The documents that are currently available are:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127511"&gt;dlr-overview.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127512"&gt;dlr-overview.pdf&lt;/a&gt; -- modified 16 DEC 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127513"&gt;dlr-spec-hosting.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127516"&gt;dlr-spec-hosting.pdf&lt;/a&gt;-- modified 04 JUN 10&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246539"&gt;expr-tree-spec.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246540"&gt;expr-tree-spec.pdf&lt;/a&gt;-- modified 02 JUN 11&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=68818"&gt;library-authors-introduction.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127517"&gt;library-authors-introduction.pdf&lt;/a&gt; -- modified 19 MAY 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74708"&gt;sites-binders-dynobj-interop.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127518"&gt;sites-binders-dynobj-interop.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74709"&gt;sympl.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127519"&gt;sympl.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;A suggested tour through the docs is:
&lt;ul&gt;&lt;li&gt;start with dlr-overview and read first two sections&lt;/li&gt;
&lt;li&gt;read or skim the remaining sections of dlr-overview&lt;/li&gt;
&lt;li&gt;branch (note, conceptual introductions share some information with later sections of dlr-overview)
&lt;ul&gt;&lt;li&gt;for library authors wanting to create dynamic objects in a lightweight way, read library-authors-introduction&lt;/li&gt;
&lt;li&gt;for more info on Expression Trees, read expr-tree-spec&lt;/li&gt;
&lt;li&gt;for more info on dynamic dispatch caching and dynamic object interop, read sites-binders-dynobj-interop&lt;/li&gt;
&lt;li&gt;for more info on DLR Hosting Model, read dlr-spec-hosting&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;to bring this all together in a coherent language implementation sample with walkthrough, read sympl.doc&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Temporary empty documents for setting up links:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386315"&gt;roslyn-ctp2-faq.docx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386316"&gt;roslyn-ctp2-faq.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386317"&gt;roslyn-ctp2-faq.cs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=386318"&gt;roslyn-ctp2-faq.vb&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn REPL and Scripting Docs available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294855"&gt;released-interactive-repl-spec.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294856"&gt;released-interactive-scripting-spec.pdf&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn Syntax API inheritance diagrams available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373534"&gt;roslyn-csharp-syntax-inheritance-diagram.xps&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373533"&gt;roslyn-csharp-syntax-inheritance-diagram.dgml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373536"&gt;roslyn-vb-syntax-inheritance-diagram.xps&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373535"&gt;roslyn-vb-syntax-inheritance-diagram.dgml&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>billchi</author><pubDate>Tue, 05 Jun 2012 03:49:57 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Docs and specs 20120605034957A</guid></item><item><title>Updated Wiki: Docs and specs</title><link>http://dlr.codeplex.com/wikipage?title=Docs and specs&amp;version=44</link><description>&lt;div class="wikidoc"&gt;We will update documents here more frequently than in the release zip files.&lt;br /&gt;&lt;br /&gt;The documents that are currently available are:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127511"&gt;dlr-overview.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127512"&gt;dlr-overview.pdf&lt;/a&gt; -- modified 16 DEC 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127513"&gt;dlr-spec-hosting.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127516"&gt;dlr-spec-hosting.pdf&lt;/a&gt;-- modified 04 JUN 10&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246539"&gt;expr-tree-spec.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246540"&gt;expr-tree-spec.pdf&lt;/a&gt;-- modified 02 JUN 11&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=68818"&gt;library-authors-introduction.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127517"&gt;library-authors-introduction.pdf&lt;/a&gt; -- modified 19 MAY 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74708"&gt;sites-binders-dynobj-interop.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127518"&gt;sites-binders-dynobj-interop.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74709"&gt;sympl.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127519"&gt;sympl.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;A suggested tour through the docs is:
&lt;ul&gt;&lt;li&gt;start with dlr-overview and read first two sections&lt;/li&gt;
&lt;li&gt;read or skim the remaining sections of dlr-overview&lt;/li&gt;
&lt;li&gt;branch (note, conceptual introductions share some information with later sections of dlr-overview)
&lt;ul&gt;&lt;li&gt;for library authors wanting to create dynamic objects in a lightweight way, read library-authors-introduction&lt;/li&gt;
&lt;li&gt;for more info on Expression Trees, read expr-tree-spec&lt;/li&gt;
&lt;li&gt;for more info on dynamic dispatch caching and dynamic object interop, read sites-binders-dynobj-interop&lt;/li&gt;
&lt;li&gt;for more info on DLR Hosting Model, read dlr-spec-hosting&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;to bring this all together in a coherent language implementation sample with walkthrough, read sympl.doc&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn REPL and Scripting Docs available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294855"&gt;released-interactive-repl-spec.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294856"&gt;released-interactive-scripting-spec.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=335839"&gt;ctp1-scripting-intro-walkthrough.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=335840"&gt;ctp1-paint-like-program-scripting-walkthrough.pdf&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Temporary holding to make Roslyn Syntax API inheritance diagrams available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373534"&gt;roslyn-csharp-syntax-inheritance-diagram.xps&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373533"&gt;roslyn-csharp-syntax-inheritance-diagram.dgml&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373536"&gt;roslyn-vb-syntax-inheritance-diagram.xps&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=373535"&gt;roslyn-vb-syntax-inheritance-diagram.dgml&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;Temporary empty documents for setting up links:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=366331"&gt;roslyn-ctp2-faq.docx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=366332"&gt;roslyn-ctp2-faq.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=366333"&gt;roslyn-ctp2-faq.cs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=369743"&gt;roslyn-ctp2-faq.vb&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>billchi</author><pubDate>Mon, 30 Apr 2012 22:55:31 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Docs and specs 20120430105531P</guid></item><item><title>Updated Wiki: Docs and specs</title><link>http://dlr.codeplex.com/wikipage?title=Docs and specs&amp;version=43</link><description>&lt;div class="wikidoc"&gt;We will update documents here more frequently than in the release zip files.&lt;br /&gt;&lt;br /&gt;The documents that are currently available are:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127511"&gt;dlr-overview.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127512"&gt;dlr-overview.pdf&lt;/a&gt; -- modified 16 DEC 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127513"&gt;dlr-spec-hosting.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127516"&gt;dlr-spec-hosting.pdf&lt;/a&gt;-- modified 04 JUN 10&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246539"&gt;expr-tree-spec.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246540"&gt;expr-tree-spec.pdf&lt;/a&gt;-- modified 02 JUN 11&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=68818"&gt;library-authors-introduction.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127517"&gt;library-authors-introduction.pdf&lt;/a&gt; -- modified 19 MAY 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74708"&gt;sites-binders-dynobj-interop.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127518"&gt;sites-binders-dynobj-interop.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74709"&gt;sympl.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127519"&gt;sympl.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;A suggested tour through the docs is:
&lt;ul&gt;&lt;li&gt;start with dlr-overview and read first two sections&lt;/li&gt;
&lt;li&gt;read or skim the remaining sections of dlr-overview&lt;/li&gt;
&lt;li&gt;branch (note, conceptual introductions share some information with later sections of dlr-overview)
&lt;ul&gt;&lt;li&gt;for library authors wanting to create dynamic objects in a lightweight way, read library-authors-introduction&lt;/li&gt;
&lt;li&gt;for more info on Expression Trees, read expr-tree-spec&lt;/li&gt;
&lt;li&gt;for more info on dynamic dispatch caching and dynamic object interop, read sites-binders-dynobj-interop&lt;/li&gt;
&lt;li&gt;for more info on DLR Hosting Model, read dlr-spec-hosting&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;to bring this all together in a coherent language implementation sample with walkthrough, read sympl.doc&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn REPL and Scripting Docs available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294855"&gt;released-interactive-repl-spec.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294856"&gt;released-interactive-scripting-spec.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=335839"&gt;ctp1-scripting-intro-walkthrough.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=335840"&gt;ctp1-paint-like-program-scripting-walkthrough.pdf&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Temporary holding to make Roslyn Syntax API inheritance diagrams available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;span class="unresolved"&gt;Cannot resolve file macro, invalid file name or id.&lt;/span&gt; or &lt;span class="unresolved"&gt;Cannot resolve file macro, invalid file name or id.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="unresolved"&gt;Cannot resolve file macro, invalid file name or id.&lt;/span&gt; or &lt;span class="unresolved"&gt;Cannot resolve file macro, invalid file name or id.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="unresolved"&gt;Cannot resolve file macro, invalid file name or id.&lt;/span&gt; or &lt;span class="unresolved"&gt;Cannot resolve file macro, invalid file name or id.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="unresolved"&gt;Cannot resolve file macro, invalid file name or id.&lt;/span&gt; or &lt;span class="unresolved"&gt;Cannot resolve file macro, invalid file name or id.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Temporary empty documents for setting up links:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=366331"&gt;roslyn-ctp2-faq.docx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=366332"&gt;roslyn-ctp2-faq.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=366333"&gt;roslyn-ctp2-faq.cs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=369743"&gt;roslyn-ctp2-faq.vb&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>billchi</author><pubDate>Mon, 30 Apr 2012 22:40:35 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Docs and specs 20120430104035P</guid></item><item><title>New Comment on "DLR in the news"</title><link>http://dlr.codeplex.com/wikipage?title=DLR in the news&amp;ANCHOR#C23386</link><description>Sorry to say that this link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;ww41.gotnet.biz&amp;#47;Blog&amp;#47;post&amp;#47;The-DLR-is-the-Language-of-Languages.aspx is broken.. please take some action.. I&amp;#39;m more interested in understanding DLR</description><author>ranjancse</author><pubDate>Sat, 21 Apr 2012 15:56:32 GMT</pubDate><guid isPermaLink="false">New Comment on "DLR in the news" 20120421035632P</guid></item><item><title>Updated Wiki: Docs and specs</title><link>http://dlr.codeplex.com/wikipage?title=Docs and specs&amp;version=42</link><description>&lt;div class="wikidoc"&gt;We will update documents here more frequently than in the release zip files.&lt;br /&gt;&lt;br /&gt;The documents that are currently available are:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127511"&gt;dlr-overview.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127512"&gt;dlr-overview.pdf&lt;/a&gt; -- modified 16 DEC 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127513"&gt;dlr-spec-hosting.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127516"&gt;dlr-spec-hosting.pdf&lt;/a&gt;-- modified 04 JUN 10&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246539"&gt;expr-tree-spec.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246540"&gt;expr-tree-spec.pdf&lt;/a&gt;-- modified 02 JUN 11&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=68818"&gt;library-authors-introduction.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127517"&gt;library-authors-introduction.pdf&lt;/a&gt; -- modified 19 MAY 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74708"&gt;sites-binders-dynobj-interop.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127518"&gt;sites-binders-dynobj-interop.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74709"&gt;sympl.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127519"&gt;sympl.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;A suggested tour through the docs is:
&lt;ul&gt;&lt;li&gt;start with dlr-overview and read first two sections&lt;/li&gt;
&lt;li&gt;read or skim the remaining sections of dlr-overview&lt;/li&gt;
&lt;li&gt;branch (note, conceptual introductions share some information with later sections of dlr-overview)
&lt;ul&gt;&lt;li&gt;for library authors wanting to create dynamic objects in a lightweight way, read library-authors-introduction&lt;/li&gt;
&lt;li&gt;for more info on Expression Trees, read expr-tree-spec&lt;/li&gt;
&lt;li&gt;for more info on dynamic dispatch caching and dynamic object interop, read sites-binders-dynobj-interop&lt;/li&gt;
&lt;li&gt;for more info on DLR Hosting Model, read dlr-spec-hosting&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;to bring this all together in a coherent language implementation sample with walkthrough, read sympl.doc&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn REPL and Scripting Docs available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294855"&gt;released-interactive-repl-spec.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294856"&gt;released-interactive-scripting-spec.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=335839"&gt;ctp1-scripting-intro-walkthrough.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=335840"&gt;ctp1-paint-like-program-scripting-walkthrough.pdf&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
Temporary empty documents for setting up links:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=366331"&gt;roslyn-ctp2-faq.docx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=366332"&gt;roslyn-ctp2-faq.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=366333"&gt;roslyn-ctp2-faq.cs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=369743"&gt;roslyn-ctp2-faq.vb&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>billchi</author><pubDate>Thu, 19 Apr 2012 15:08:34 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Docs and specs 20120419030834P</guid></item><item><title>Updated Wiki: Docs and specs</title><link>http://dlr.codeplex.com/wikipage?title=Docs and specs&amp;version=41</link><description>&lt;div class="wikidoc"&gt;We will update documents here more frequently than in the release zip files.&lt;br /&gt;&lt;br /&gt;The documents that are currently available are:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127511"&gt;dlr-overview.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127512"&gt;dlr-overview.pdf&lt;/a&gt; -- modified 16 DEC 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127513"&gt;dlr-spec-hosting.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127516"&gt;dlr-spec-hosting.pdf&lt;/a&gt;-- modified 04 JUN 10&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246539"&gt;expr-tree-spec.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246540"&gt;expr-tree-spec.pdf&lt;/a&gt;-- modified 02 JUN 11&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=68818"&gt;library-authors-introduction.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127517"&gt;library-authors-introduction.pdf&lt;/a&gt; -- modified 19 MAY 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74708"&gt;sites-binders-dynobj-interop.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127518"&gt;sites-binders-dynobj-interop.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74709"&gt;sympl.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127519"&gt;sympl.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;A suggested tour through the docs is:
&lt;ul&gt;&lt;li&gt;start with dlr-overview and read first two sections&lt;/li&gt;
&lt;li&gt;read or skim the remaining sections of dlr-overview&lt;/li&gt;
&lt;li&gt;branch (note, conceptual introductions share some information with later sections of dlr-overview)
&lt;ul&gt;&lt;li&gt;for library authors wanting to create dynamic objects in a lightweight way, read library-authors-introduction&lt;/li&gt;
&lt;li&gt;for more info on Expression Trees, read expr-tree-spec&lt;/li&gt;
&lt;li&gt;for more info on dynamic dispatch caching and dynamic object interop, read sites-binders-dynobj-interop&lt;/li&gt;
&lt;li&gt;for more info on DLR Hosting Model, read dlr-spec-hosting&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;to bring this all together in a coherent language implementation sample with walkthrough, read sympl.doc&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn REPL and Scripting Docs available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294855"&gt;released-interactive-repl-spec.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294856"&gt;released-interactive-scripting-spec.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=335839"&gt;ctp1-scripting-intro-walkthrough.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=335840"&gt;ctp1-paint-like-program-scripting-walkthrough.pdf&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
Temporary empty documents for setting up links:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=366331"&gt;roslyn-ctp2-faq.docx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=366332"&gt;roslyn-ctp2-faq.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=366333"&gt;roslyn-ctp2-faq.cs&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>billchi</author><pubDate>Wed, 11 Apr 2012 17:48:03 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Docs and specs 20120411054803P</guid></item><item><title>New Comment on "DLR in the news"</title><link>http://dlr.codeplex.com/wikipage?title=DLR in the news&amp;ANCHOR#C22664</link><description>Hi, The link for Discussion&amp;#47;overview of the DLR &amp;#123;http&amp;#58;&amp;#47;&amp;#47;gotnet.biz&amp;#47;Blog&amp;#47;post&amp;#47;The-DLR-is-the-Language-of-Languages.aspx&amp;#125; is broken and needs to be corrected. Please fix it or remove it. Thanks, Ravi</description><author>brahmbhatravi</author><pubDate>Tue, 21 Feb 2012 12:31:58 GMT</pubDate><guid isPermaLink="false">New Comment on "DLR in the news" 20120221123158P</guid></item><item><title>Updated Wiki: Docs and specs</title><link>http://dlr.codeplex.com/wikipage?title=Docs and specs&amp;version=40</link><description>&lt;div class="wikidoc"&gt;We will update documents here more frequently than in the release zip files.&lt;br /&gt;&lt;br /&gt;The documents that are currently available are:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127511"&gt;dlr-overview.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127512"&gt;dlr-overview.pdf&lt;/a&gt; -- modified 16 DEC 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127513"&gt;dlr-spec-hosting.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127516"&gt;dlr-spec-hosting.pdf&lt;/a&gt;-- modified 04 JUN 10&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246539"&gt;expr-tree-spec.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246540"&gt;expr-tree-spec.pdf&lt;/a&gt;-- modified 02 JUN 11&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=68818"&gt;library-authors-introduction.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127517"&gt;library-authors-introduction.pdf&lt;/a&gt; -- modified 19 MAY 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74708"&gt;sites-binders-dynobj-interop.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127518"&gt;sites-binders-dynobj-interop.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74709"&gt;sympl.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127519"&gt;sympl.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;A suggested tour through the docs is:
&lt;ul&gt;&lt;li&gt;start with dlr-overview and read first two sections&lt;/li&gt;
&lt;li&gt;read or skim the remaining sections of dlr-overview&lt;/li&gt;
&lt;li&gt;branch (note, conceptual introductions share some information with later sections of dlr-overview)
&lt;ul&gt;&lt;li&gt;for library authors wanting to create dynamic objects in a lightweight way, read library-authors-introduction&lt;/li&gt;
&lt;li&gt;for more info on Expression Trees, read expr-tree-spec&lt;/li&gt;
&lt;li&gt;for more info on dynamic dispatch caching and dynamic object interop, read sites-binders-dynobj-interop&lt;/li&gt;
&lt;li&gt;for more info on DLR Hosting Model, read dlr-spec-hosting&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;to bring this all together in a coherent language implementation sample with walkthrough, read sympl.doc&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn REPL and Scripting Docs available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294855"&gt;released-interactive-repl-spec.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294856"&gt;released-interactive-scripting-spec.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=335839"&gt;ctp1-scripting-intro-walkthrough.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=335840"&gt;ctp1-paint-like-program-scripting-walkthrough.pdf&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>billchi</author><pubDate>Mon, 30 Jan 2012 22:26:35 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Docs and specs 20120130102635P</guid></item><item><title>Updated Wiki: Docs and specs</title><link>http://dlr.codeplex.com/wikipage?title=Docs and specs&amp;version=39</link><description>&lt;div class="wikidoc"&gt;We will update documents here more frequently than in the release zip files.&lt;br /&gt;&lt;br /&gt;The documents that are currently available are:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127511"&gt;dlr-overview.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127512"&gt;dlr-overview.pdf&lt;/a&gt; -- modified 16 DEC 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127513"&gt;dlr-spec-hosting.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127516"&gt;dlr-spec-hosting.pdf&lt;/a&gt;-- modified 04 JUN 10&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246539"&gt;expr-tree-spec.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246540"&gt;expr-tree-spec.pdf&lt;/a&gt;-- modified 02 JUN 11&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=68818"&gt;library-authors-introduction.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127517"&gt;library-authors-introduction.pdf&lt;/a&gt; -- modified 19 MAY 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74708"&gt;sites-binders-dynobj-interop.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127518"&gt;sites-binders-dynobj-interop.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74709"&gt;sympl.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127519"&gt;sympl.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;A suggested tour through the docs is:
&lt;ul&gt;&lt;li&gt;start with dlr-overview and read first two sections&lt;/li&gt;
&lt;li&gt;read or skim the remaining sections of dlr-overview&lt;/li&gt;
&lt;li&gt;branch (note, conceptual introductions share some information with later sections of dlr-overview)
&lt;ul&gt;&lt;li&gt;for library authors wanting to create dynamic objects in a lightweight way, read library-authors-introduction&lt;/li&gt;
&lt;li&gt;for more info on Expression Trees, read expr-tree-spec&lt;/li&gt;
&lt;li&gt;for more info on dynamic dispatch caching and dynamic object interop, read sites-binders-dynobj-interop&lt;/li&gt;
&lt;li&gt;for more info on DLR Hosting Model, read dlr-spec-hosting&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;to bring this all together in a coherent language implementation sample with walkthrough, read sympl.doc&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn REPL and Scripting Docs available for the Microsoft &amp;quot;Roslyn&amp;quot; CTP:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294855"&gt;released-interactive-repl-spec.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=294856"&gt;released-interactive-scripting-spec.pdf&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>billchi</author><pubDate>Thu, 20 Oct 2011 19:00:34 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Docs and specs 20111020070034P</guid></item><item><title>Updated Wiki: Docs and specs</title><link>http://dlr.codeplex.com/wikipage?title=Docs and specs&amp;version=38</link><description>&lt;div class="wikidoc"&gt;We will update documents here more frequently than in the release zip files.&lt;br /&gt;&lt;br /&gt;The documents that are currently available are:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127511"&gt;dlr-overview.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127512"&gt;dlr-overview.pdf&lt;/a&gt; -- modified 16 DEC 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127513"&gt;dlr-spec-hosting.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127516"&gt;dlr-spec-hosting.pdf&lt;/a&gt;-- modified 04 JUN 10&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246539"&gt;expr-tree-spec.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=246540"&gt;expr-tree-spec.pdf&lt;/a&gt;-- modified 02 JUN 11&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=68818"&gt;library-authors-introduction.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127517"&gt;library-authors-introduction.pdf&lt;/a&gt; -- modified 19 MAY 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74708"&gt;sites-binders-dynobj-interop.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127518"&gt;sites-binders-dynobj-interop.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=74709"&gt;sympl.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Download?ProjectName=dlr&amp;DownloadId=127519"&gt;sympl.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;A suggested tour through the docs is:
&lt;ul&gt;&lt;li&gt;start with dlr-overview and read first two sections&lt;/li&gt;
&lt;li&gt;read or skim the remaining sections of dlr-overview&lt;/li&gt;
&lt;li&gt;branch (note, conceptual introductions share some information with later sections of dlr-overview)
&lt;ul&gt;&lt;li&gt;for library authors wanting to create dynamic objects in a lightweight way, read library-authors-introduction&lt;/li&gt;
&lt;li&gt;for more info on Expression Trees, read expr-tree-spec&lt;/li&gt;
&lt;li&gt;for more info on dynamic dispatch caching and dynamic object interop, read sites-binders-dynobj-interop&lt;/li&gt;
&lt;li&gt;for more info on DLR Hosting Model, read dlr-spec-hosting&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;to bring this all together in a coherent language implementation sample with walkthrough, read sympl.doc&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Temporary holding to make Roslyn REPL and Scripting Docs available:
&lt;ul&gt;&lt;li&gt;&lt;span class="unresolved"&gt;Cannot resolve file macro, invalid file name or id.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="unresolved"&gt;Cannot resolve file macro, invalid file name or id.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>billchi</author><pubDate>Thu, 20 Oct 2011 18:52:47 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Docs and specs 20111020065247P</guid></item><item><title>Updated Wiki: Docs and specs</title><link>http://dlr.codeplex.com/wikipage?title=Docs and specs&amp;version=37</link><description>&lt;div class="wikidoc"&gt;We will update documents here more frequently than in the release zip files.&lt;br /&gt;&lt;br /&gt;The documents that are currently available are:
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dlr&amp;DownloadId=127511"&gt;dlr-overview.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dlr&amp;DownloadId=127512"&gt;dlr-overview.pdf&lt;/a&gt; -- modified 16 DEC 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dlr&amp;DownloadId=127513"&gt;dlr-spec-hosting.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dlr&amp;DownloadId=127516"&gt;dlr-spec-hosting.pdf&lt;/a&gt;-- modified 04 JUN 10&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dlr&amp;DownloadId=246539"&gt;expr-tree-spec.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dlr&amp;DownloadId=246540"&gt;expr-tree-spec.pdf&lt;/a&gt;-- modified 02 JUN 11&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dlr&amp;DownloadId=68818"&gt;library-authors-introduction.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dlr&amp;DownloadId=127517"&gt;library-authors-introduction.pdf&lt;/a&gt; -- modified 19 MAY 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dlr&amp;DownloadId=74708"&gt;sites-binders-dynobj-interop.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dlr&amp;DownloadId=127518"&gt;sites-binders-dynobj-interop.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dlr&amp;DownloadId=74709"&gt;sympl.doc&lt;/a&gt; or &lt;a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dlr&amp;DownloadId=127519"&gt;sympl.pdf&lt;/a&gt; -- modified 09 JUL 09&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;A suggested tour through the docs is:
&lt;ul&gt;&lt;li&gt;start with dlr-overview and read first two sections&lt;/li&gt;
&lt;li&gt;read or skim the remaining sections of dlr-overview&lt;/li&gt;
&lt;li&gt;branch (note, conceptual introductions share some information with later sections of dlr-overview)
&lt;ul&gt;&lt;li&gt;for library authors wanting to create dynamic objects in a lightweight way, read library-authors-introduction&lt;/li&gt;
&lt;li&gt;for more info on Expression Trees, read expr-tree-spec&lt;/li&gt;
&lt;li&gt;for more info on dynamic dispatch caching and dynamic object interop, read sites-binders-dynobj-interop&lt;/li&gt;
&lt;li&gt;for more info on DLR Hosting Model, read dlr-spec-hosting&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;to bring this all together in a coherent language implementation sample with walkthrough, read sympl.doc&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>billchi</author><pubDate>Fri, 03 Jun 2011 15:49:41 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Docs and specs 20110603034941P</guid></item><item><title>New Comment on "Docs and specs"</title><link>http://dlr.codeplex.com/wikipage?title=Docs and specs&amp;ANCHOR#C17814</link><description>Would be great if all this documentation was available as Hyper Text Markup Language.</description><author>jackukleja</author><pubDate>Sat, 27 Nov 2010 06:12:48 GMT</pubDate><guid isPermaLink="false">New Comment on "Docs and specs" 20101127061248A</guid></item></channel></rss>