Question

what are two unique advantage of implimentinga language with runtime iterpreter scheme python verses a standalon...

what are two unique advantage of implimentinga language with runtime iterpreter scheme python verses a standalon excutable file
1 0
Add a comment Improve this question Transcribed image text
Answer #1

the two unique advantage of implementing a language with run time interpreter scheme:

1) One advantage of implementing a language with a pure interpreter is its easy implementation of source-level debugging operations, because run-time errors can refer to the source-level units

Python programs are generally expected to run slower than Java programs, but they also take much less time to develop.a Python programmer wastes no time declaring the types of arguments or variables, and Python's powerful polymorphic list and dictionary types, for which rich syntactic support is built straight into the language,Python programs are typically 3-5 times shorter than equivalent Java programs. This difference can be attributed to Python's built-in high-level data types and its dynamic typing.

2)The main advantage of an interpreter over a compiler is portability.

Portability is a characteristic attributed to a computer program if it can be used in an operating systems other than the one in which it was created without requiring major rework.thus python is open source language,the applications which are developed by python on one platform are going to execute any platform without making any changes (re-compiling is not required). Whenever we run a python application, the python interpreter checks for the syntax errors. If there are no syntax errors found in our code, then the interpreter converts the code into intermediate code in the form of low-level format and executes it.

Add a comment
Know the answer?
Add Answer to:
what are two unique advantage of implimentinga language with runtime iterpreter scheme python verses a standalon...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT