Y
Hacker News
new
|
ask
|
show
|
jobs
by
Snarwin
984 days ago
Interestingly, C already does this for function calls: "fptr()" is considered equivalent to "(*fptr)()".
1 comments
kps
984 days ago
A mistake, IMO; I want to be able to see right away whether a call target is static or dynamic.
link