Re: [IronPython] DLR and VS-Interactive

2007-05-02 Thread Martin Maly
ROTECTED] On Behalf Of Jeffrey Sax Sent: Tuesday, May 01, 2007 6:06 PM To: 'Discussion of IronPython' Subject: [IronPython] DLR and VS-Interactive This is more a DLR than an IronPython question. There are two 'dynamic' aspects that are covered by the DLR extension to the CLR. One is

Re: [IronPython] DLR and VS-Interactive

2007-05-01 Thread Keith J. Farmer
t mid-session and still operate in the same context. From: [EMAIL PROTECTED] on behalf of Jeffrey Sax Sent: Tue 5/1/2007 6:06 PM To: 'Discussion of IronPython' Subject: [IronPython] DLR and VS-Interactive This is more a DLR than an IronPython question.

[IronPython] DLR and VS-Interactive

2007-05-01 Thread Jeffrey Sax
This is more a DLR than an IronPython question. There are two 'dynamic' aspects that are covered by the DLR extension to the CLR. One is runtime support for efficient dynamic typing. The other is the hosting side: console interface, integration with Visual Studio, etc. These are useful for other (