Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 541565
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T10:21:22+00:00 2026-05-13T10:21:22+00:00

is it possible to translate one language to another with an interpreter? heard that

  • 0

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 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T10:21:23+00:00Added an answer on May 13, 2026 at 10:21 am

    Translating one language to another is just a special case for the class of programs called compilers, interpreters and translators.

    This class of program will take a stream of input symbols (“source code”) that can usually be described by a formal grammar and will output a stream of symbols.

    That output stream of symbols can be:

    • Native assembly code, usually for the operating system and hardware the machine is running on. If so, the program is referred to as a compiler;
    • Native assembly code for a different OS and/or hardware. This can be called a compiler too but is often referred to as a cross-compiler;
    • To an intermediate form that can be executed by a virtual machine of some kind. This isn’t a true compiler but is often called a compiler anyway. The Java, C#, F#, VB.NET, etc “compilers” all fall into this category;
    • To another language entirely. This is called a translator and there are examples of, say, Java to C# translators. They typically have varying degrees of success because idioms often aren’t readily translatable;
    • Interpreters follow the same principle but typically execute the processed form in-place rather than saving it somewhere. Perl, PHP and shell scripts all fall into this category. PHP for example will store opcodes in an opcode cache as an intermediate form (if opcoding caching is enabled) but this intermediate form isn’t stored so it’s still safe to call PHP an interpreter.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicates: Create a webpage with Multilanguage in PHP PHP - how to translate
I am looking for ideas on how to translate one range values to another
I realize that it is impossible to have one language that is best for
Is it possible to translate a point relative to MainWindow to be relative to
Possible Duplicate: Yield In VB.NET In C#, when writing a function that returns an
Possible Duplicate: Best way to stop SQL Injection in PHP I am creating a
Possible Duplicates: What is the best approach for a Java developer to learn C++
Possible Duplicate: C# - google translate I am looking for a web service or
I think that this is not possible because Int32 has 1 bit sign and
I have a Dictionary object in my ViewModel with key/values that translate words on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.