On 08/10/2010 02:07 AM, Gregory Ewing wrote:
> Tim Roberts wrote:
> 
>> I'm not sure that's really fair.  The .NET Common Language Runtime is a
>> vast and very useful class library, including two complete GUI systems. The
>> thought was that IronPython and IronRuby would let people who were
>> comfortable in those languages tap into the CLR.
> 
> Is there any way for a non-.NET program to access a .NET library?
> Or is it necessary to drink the entire bottle of .NET kool-aid?

Well the only way for a non-.net program to access a .NET library is to
either embed .NET or use some kind of bridge via RPC.

So basically, the answer is "no."  You pretty much have to embrace .NET
or not use it.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to