Hacker News new | ask | show | jobs
by seanmcdirmid 3322 days ago
Ya, I'm not away of any other popular OO language that goes this route. The implications of structural sub-typing are huge, though I guess many programmers wouldn't be able to call it out.
2 comments

Scala has it. With Shapeless, you can go all crazy with it.
Uhh, JavaScript (via FlowType)?