2

I know there are implementations of Python and of Perl for .NET. Have you ever heard of any similar plans for PHP?

2 Answers 2

5

I recall there's something called Phalanger which runs PHP on .NET

Sign up to request clarification or add additional context in comments.

2 Comments

Note it isn't in active development anymore. Maybe it will be.
December 2009: "... our team are again actively working on Phalanger. The new release is coming soon..."
-2

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

It is an implementation of the PHP language for the CLI. Why should it be a first class language?
So, why Perl eventually makes sense?
it does make sense... especially when porting applications from PHP -> .NET. There are many other areas including performance gains, etc...

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.