Re: [IronPython] DLR Hosting Spec

2007-11-27 Thread Dino Viehland
hyeon Seo Sent: Monday, November 19, 2007 10:11 PM To: Discussion of IronPython Subject: Re: [IronPython] DLR Hosting Spec 2007/11/20, Dino Viehland <[EMAIL PROTECTED]>: > We look forward to any feedback you might have! > You can grab the spec here: http://www.iunknown.com/files/dlr-sp

Re: [IronPython] DLR Hosting Spec

2007-11-23 Thread Michael Cummings
I have a question more than feedback right now. How can I limit which assemblies can be loaded into the hosted environment? I know I can set the script path, but what if I don't want any scripts to load the System.Remoting assembly? Michael Cummings On Nov 19, 2007 7:15 PM, Dino Viehland <[EMAIL

Re: [IronPython] DLR Hosting Spec

2007-11-19 Thread Sanghyeon Seo
2007/11/20, Dino Viehland <[EMAIL PROTECTED]>: > We look forward to any feedback you might have! > You can grab the spec here: http://www.iunknown.com/files/dlr-spec-hosting.pdf I think there are a lot of things to learn from Java. Java 6 introduced javax.script hosting API. http://java.sun.com/ja

[IronPython] DLR Hosting Spec

2007-11-19 Thread Dino Viehland
As I mentioned a couple of weeks ago we've been wrapping up work on designing the hosting APIs and just this past week we've started implementing the new hosting APIs. We'll be continuing this work off-and-on over the next few months so now is a great time to start collecting feedback on the de