Hacker News new | ask | show | jobs
by danielheath 1088 days ago
Did the comment you're replying to get edited? They are pretty explicitly talking about statically known type information, not runtime.
1 comments

They’re suggesting outputting runtime type information by emitting different code based on the type of the value passed to their hypothetical “Type.keys()” function.
Ahh, that makes sense then; thanks for clarifying.