← Back to context

Comment by djha-skin

1 year ago

Multiple implementations of the same interface.

When people don't know which implementation will be used, they tend to stick to the standard or the documentation.

We see this in places like the C language or in Common Lisp. Library writers must take into account that the implementation they use their library on may not be the same as the implementation their users will use.