Y
Hacker News
new
|
ask
|
show
|
jobs
by
catnaroek
3361 days ago
Static typing gives types to expressions (in the program text), not to objects (at runtime).
1 comments
loeg
3361 days ago
I'm not sure what you mean by objects at runtime. Can you elaborate? The sort of objects I interact with at runtime are typically typed structures, so I guess I don't understand your statement.
link
catnaroek
3360 days ago
Objects are runtime entities. They are created and manipulated
when the program is running
.
link