I know there are implementations of Python and of Perl for .NET. Have you ever heard of any similar plans for PHP?
2 Answers
no, there's not and I don't think there will be as it doesn't really make much sense. Python makes more sense as it's a dynamic language and there's no current equivalent in .net. I believe you can use Phalanger which compiles PHP to CIL but it's not a first class .net language.
3 Comments
Dykam
It is an implementation of the PHP language for the CLI. Why should it be a first class language?
bbqchickenrobot
it does make sense... especially when porting applications from PHP -> .NET. There are many other areas including performance gains, etc...