7 ms·
How is “alongside an interpreter” meaningfully different than “at the time of execution”?
by jagged-chisel 23d ago
How is “alongside an interpreter” meaningfully different than “at the time of execution”?
- atiedebee 22d ago"at the time of execution" could mean that your program never runs an interpreter and instead compiles the input code before running any of it, basically like the --run option in the tiny c compiler