Interpretive language statements do get compiled, they just don’t do it all up front, i.e. their source code statements (e.g. myCounter = myCounter + 1) have to be (during execution) translated to the machine language of the host machine.
January 10, 2015
June 13, 2017
October 16, 2017
Interpretive language statements do get compiled, they just don’t do it all up front, i.e. their source code statements (e.g. myCounter = myCounter + 1) have to be (during execution) translated to the machine language of the host machine.