VBx language hosting via DLR? - Stack Overflow most recent 30 from stackoverflow.com2009-12-15T15:28:00Zhttp://stackoverflow.com/feeds/question/297624http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/297624/vbx-language-hosting-via-dlr0VBx language hosting via DLR?JoshL2008-11-18T01:53:17Z2008-11-24T02:04:02Z
<p>There are various samples available for how to host Python or Ruby running on the DLR, inside your own AppDomain.</p>
<p>Are you able to do this yet with VB? There have been mentions of this since the DLR was announced 18 months ago, but I can't find a code sample for it.</p>
<p>Maybe with the PDC VS10 CTP? If so, what assembly contains the appropriate subclassed ScriptRuntime for VBx?</p>
<p>If this is not yet possible, can any MSFT-ies give us an update on when we might see some bits?</p>
http://stackoverflow.com/questions/297624/vbx-language-hosting-via-dlr/297658#2976582Answer by Dino Viehland for VBx language hosting via DLR?Dino Viehland2008-11-18T02:17:12Z2008-11-18T02:17:12Z<p>There's no release of VB (or C#) that is hostable via the DLR hosting APIs. In general the DLR hosting APIs, and the possibility of getting more MS created languages to support them, are tenatively thought to be post-Dev10. So it won't happen anytime in the short term.</p>
http://stackoverflow.com/questions/297624/vbx-language-hosting-via-dlr/313267#3132670Answer by Chris Charabaruk for VBx language hosting via DLR?Chris Charabaruk2008-11-24T02:04:02Z2008-11-24T02:04:02Z<p>Officially, there's no supported dynamic languages until VS10 is released. At that time, VBx, which apparently will be built on top of the DLR, will be released, probably alongside version 2.0 of the DLR. (Version 1.0's release is immanent.)</p>
<p>You might find some useful stuff in the VS10 CTP, but keep in mind it's neither supported, nor will there be much for documentation at this time. If you're hell-bent on hosting VB in your app, on the DLR, you'll just have to wait a year and a bit.</p>