PHP能编译成ASP.NET,Jadu发布转换软件
今天在CSDN上看到一篇文章,彻底被雷,分享一下
Jadu: 将 PHP 编译成 .NET
内容管理公司 Jadu 最近发布了一个工具,可以让 PHP 和 .NET 这对冤家和平共处。他们开发了一个叫做 Phalanger PHP compiler 的工具,可以将 PHP 程序编译成本地 .NET 程序执行。他们还准备将这一工具开源。
据 Jadu CEO Suraj Kika 介绍,这个工具对 PHP 程序进行编译,编译成 .NET 框架下下的本地程序。比如,你想用 WordPress,但你属于微软阵营,你可以将 WordPress 编译成可执行文件,放到 .NET 中并在 Visual Studio 中针对这个编译过的 WordPress 做进一步开发。
这个工具将为 PHP 和 .NET 开发工程师带来职业上的便利,避免在各自对方的技术领域内再培训。Kika 表示,我们会看到大量 PHP 开发者在微软阵营找到客户群。
Kika 还表示,开源和商业软件之间向来泾渭分明,这一工具将让这两个阵营的开发者走到一起。
原文:http://www.itnews.com.au/News/90129,jadu-brings-php-and-net-closer-together.aspx
Jadu brings PHP and .NET closer together
Content management firm Jadu has released a new tool which could bring together the fiercely opposing spheres of PHP and Microsoft’s .NET, bridging developer skills gaps and lowering the cost of web application development.
The Phalanger PHP compiler was developed and funded by Jadu, but is being released to the open source community, the company said.
The tool works by allowing the compilation of PHP applications which can run natively under the .NET Framework, allowing firms to make use of PHP apps without needing to rip out existing .NET/Visual Studio infrastructure, according to Jadu chief executive Suraj Kika.
“If you want to use WordPress but you’re a Microsoft house, you can compile WordPress down to an executable and drop it onto .NET with Phalanger,” he said. “You can then start working on it in Visual Studio, and build your own apps around it. It is extremely portable.”
The tool could also give developers on both sides a major career boost, as it removes the need for costly retraining in either .NET or PHP, explained Kika.
“We are expecting exponential take-up. There are going to be a lot of excited PHP developers seeing the entire Microsoft customer base opening up to them,” he said.
“The spirit of open source versus proprietary created a divide; this challenges that divide, and finds a way to unite two of the most ubiquitous languages on the web.”