Hacker News new | ask | show | jobs
by RadiozRadioz 380 days ago
Many of them do, e.g. Java. Why don't _some_ mainstream languages like Python not support it? Entirely design preference, usually because they want to have less emphasis on the type system.
1 comments

Java supports it? Are you conflating method overload (which is statically determined) with multimethods?