Who made this computer? Doofenshmirtz Evil Incorporated?
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
scyphi26 9 days ago
Who made this computer? Doofenshmirtz Evil Incorporated?
FireAnt_Hater 8 days ago
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.