Re: [IronPython] DLR question

2008-06-26 Thread Jimmy Schementi
loper would want to ever do that. :) ~Jimmy > -Original Message- > From: [EMAIL PROTECTED] [mailto:users- > [EMAIL PROTECTED] On Behalf Of Dino Viehland > Sent: Thursday, June 26, 2008 5:26 PM > To: Discussion of IronPython > Subject: Re: [IronPython] DLR question > > Maybe? :) &

Re: [IronPython] DLR question

2008-06-26 Thread Dino Viehland
Maybe? :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Hall Sent: Thursday, June 26, 2008 5:09 PM To: Discussion of IronPython Subject: Re: [IronPython] DLR question Will we ever be in a position where, for example, Rails could run on top of

Re: [IronPython] DLR question

2008-06-26 Thread Ben Hall
ly > in the process of finalizing the interop protocol right now and when that's > done and all the languages have adopted the new protocol we'll start testing > this and ensuring we have good interop. > > > > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behal

Re: [IronPython] DLR question

2008-06-26 Thread Dino Viehland
languages have adopted the new protocol we'll start testing this and ensuring we have good interop. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Stephens Sent: Thursday, June 26, 2008 3:44 PM To: Discussion of IronPython Subject: [IronPython] DLR question I have

[IronPython] DLR question

2008-06-26 Thread Michael Stephens
I have a DLR question and was wondering if you guys knew. We have a python scripting system for our application. We would like to add iron python to it as well. My question is can I define a ruby function and an iron python function in the same class? That way they can write ruby functions and