Y
Hacker News
new
|
ask
|
show
|
jobs
by
m45t3r
2082 days ago
Any language with reflections needs to evaluate types as something meaningful at runtime.
1 comments
lmm
2082 days ago
The runtime mirror doesn't have to have the same name as the compile-time type. Look at Java where you have to do weird things with class objects to do reflective access.
link