Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The only thing new about them is that you don't need to write "implements" or something similar.


It is more subtle and powerful than that.

By placing the contract at the use of a type with an interface rather than at the declaration of a type you effectively introduce a form of duck typing to a static language.

You can write an interface for a type long after the type has been declared (or been declared by someone else). Interfaces can be defined and used without having to go back and change existing code. This is very lightweight.


Still, there are a few functional programming languages that offer similar concepts. Scala is one of them, as a few in the ML family.




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: