Y
Hacker News
new
|
ask
|
show
|
jobs
by
friendzis
225 days ago
Can the compiler perform sufficiently deep static analysis to cover all possible cases? At least in Java it is by definition impossible.
2 comments
taneq
224 days ago
If it's that hard to figure out what the code should do by looking at, then it's probably not a great thing to allow in the language.
link
Akronymus
224 days ago
I don't see why not. If it's in a finally block, disallow control flow. Or am I missing something?
link