Comment on PeachPie Compiler: Compile and run PHP on top of .NET runtimeparentComments−0points1yThe php interpreter is already a low level C project so why replace that with .net?You are comparing apples with pies here. PHP is a interpreted language, while .NET is a compiled target.However, this peachpie project seems to be far from stated goal and more of a research project currently.
Comments
You are comparing apples with pies here. PHP is a interpreted language, while .NET is a compiled target.
However, this peachpie project seems to be far from stated goal and more of a research project currently.