Y
Hacker News
new
|
ask
|
show
|
jobs
by
mbel
3376 days ago
Well, it could just use function name and leave it to javac/kotlin/other JVM front end to handle overloads and generate unique names. Although that wouldn't work nice with refection and other run-time features I guess.
1 comments
masklinn
3376 days ago
It would also screw up interop. You'd basically have the issue everyone has when trying to call C++.
link