Postel and programming languages

from blog daveverse, | ↗ original
Programming language design should follow the half of Postel’s Principle that says be “conservative in what you send.” There should be one way to do anything, not many. That way I can include your code in mine and vice versa. I can understand what you’re doing. Tools can be developed that make it even easier […]