Hacker News
new
past
comments
ask
show
jobs
points
by
verbatim
6 hours ago
|
comments
by
monocasa
6 hours ago
|
next
[-]
I take it to mean that the compiler inserts variable print code on variable modifications.
reply
by
compiler-guy
4 hours ago
|
prev
|
next
[-]
It might be more precisely stated something like "The language's semantics require that when a variable changes value, that change includes the side-effect of printing the new value."
reply
by
dtoffe
3 hours ago
|
prev
|
[-]
The compiler produces p-code to be interpreted by an interpreter, so it is the interpreter that prints the value.
reply