translate one language to another?
问题 is it possible to translate one language to another with an interpreter? heard that quercus could translate php to java? at first, i thought it was a cheap lousy solution which could give code errors, but it seems that it´s fully possible to do so. could you translate php to other languages, like python or ruby? c++ to java and so on? 回答1: Translating one language to another is just a special case for the class of programs called compilers, interpreters and translators. This class of program