Why Python won't work on .net

Derrick 'dman' Hudson dman at dman13.dyndns.org
Mon Dec 8 23:09:11 EST 2003


On Tue, 09 Dec 2003 03:24:48 GMT, Courageous wrote:
> 
>>Why is python incompatible with .net? Why can't python be coded in C#?
> 
> It's not. The .net virtual machine is Turing Complete.

Sure, you could create and run a python interpreter on the .NET
runtime, but how is that better than running the C implementation?
Presumably people who discuss .NET integration are looking for the
sort of language-agnostic plug-and-play that .NET promises.  This is a
different scenario than simply re-implementing python on a new
platform.

-D

-- 
Contrary to popular belief, Unix is user friendly.
It just happens to be selective about who it makes friends with.
                                               -- Dave Parnas
 
www: http://dman13.dyndns.org/~dman/            jabber: dman at dman13.dyndns.org




More information about the Python-list mailing list