Hacker News new | ask | show | jobs
by grandalf 4118 days ago
Well, the same kind of contracts approach could be used to enforce a duck-typed set of behaviors:

  [:quacks], [:barks] => Maybe[:flies]
Some Rubyists get pedantic about duck typing. It's just a tool to design good systems, not an article of faith.
1 comments

Yeah the contract here is a form of nominative type checking, it could just as well be structural.