i think the issue with lack of duck typing is real...
# announcements
m
i think the issue with lack of duck typing is really a JVM limitation. to compile a function
fun bar(arg: AnythingThatImplementsFoo)
you would presumably need to use reflection or method handles under the covers