Join Slack
Powered by
i think the issue with lack of duck typing is real...
# announcements
m
mikehearn
12/18/2015, 12:48 PM
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
2
Views
Open in Slack
Previous
Next