How does the Runtime Converter compare to Facebook's HipHop?
On the face of it, HipHop, which is Facebook's source code converter from PHP into C++, would be a very similar project to the Runtime...
How does the Runtime Converter compare to Quercus?
Quercus is a Java implementation of PHP 5 developed by Caucho and implemented inside of their application server called "Resin". The most...
How does the Runtime Converter work?
The Runtime Converter produces code (right now in Java) that is automatically converted from PHP. It has a dependency on a library of...
Runtime Converter Unit Testing
One of the main goals of the runtime converter is to be able to run converted PHP code on another platform with exactly the same behavior...
Why do people complain about PHP?
The reason that people complain about PHP as a language is that it was not developed from scratch as a "programming language" per-se, but...
Why is there no automated type detection in the Rutime Converter?
While adding automated type detection was on of the early goals of the Runtime Converter, it has since become completely removed from the...
How can PHP be converted to Java?
In general, there is not much about PHP that can't be converted to Java, though it is not particularly easy to do. What needs to be done...
PHP to Swift Progress
We have successfully developed the larger part of the helper library for Swift, including function calls (with return value, arguments,...
What platforms will the upcoming PHP to Java Converter support?
The PHP to Java conversion process creates code linked to a separate library (provided as a .jar) that provides various helper functions...
Runtime Converter Online Conversion Site Coming Soon
Runtime Converter is partnered with Swiftify.io to deliver automated code conversions online. We have ready the conversion API and will...