Re: Why Python won't work on .net
On Tue, 09 Dec 2003 03:24:48 GMT, Courageous wrote:[color=blue]
>[color=green]
>>Why is python incompatible with .net? Why can't python be coded in C#?[/color]
>
> It's not. The .net virtual machine is Turing Complete.[/color]
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@dman13.dyn dns.org
On Tue, 09 Dec 2003 03:24:48 GMT, Courageous wrote:[color=blue]
>[color=green]
>>Why is python incompatible with .net? Why can't python be coded in C#?[/color]
>
> It's not. The .net virtual machine is Turing Complete.[/color]
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@dman13.dyn dns.org
Comment