Results 1 to 3 of 3
I have read where an interpreter is really a Virtual Machine and I can't find an angle that really documents an Interpreter for a damn anyways.
Any links or search ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-11-2011 #1
Interpreter / Virtural Machine Connection.
I have read where an interpreter is really a Virtual Machine and I can't find an angle that really documents an Interpreter for a damn anyways.
Any links or search topics is appreciated!
- 07-11-2011 #2
Stack overflow discussing a specific case.
The structure and performance of efficient interpretersIf we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
The Fifth Continent reborn
- 07-11-2011 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,160
An interpreter is not generally a virtual machine, unless it is interpreting some sort of byte code that represents instructions for a hypothetical machine. The JVM (Java Virtual Machine), the UCSD-P System, and Microsoft's .NET are examples of interpreters that execute a virtual machine environment. A BASIC or dBase interpreter that directly executes BASIC or dBase code without compilation is NOT a virtual machine.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
