Contrast Larry Wall‘s take on the “soon to be released” Perl 6 today [in 2008]:
Don’t design everything you will need in the next 100 years, but design the ability to create things we will need in 20 or 100 years. The heart of the Perl 6 effort is the extensibility we have built into the parser and introduced language changes as non-destructively as possible.
(via Computerworld)
with that of [R3RS] Scheme in 1986:
Programming languages should be designed not by piling feature on top of feature, but by removing the weaknesses and restrictions that make additional features appear necessary.
(via R3RS, referenced in R5RS)
In other words, language implementers ought to accept that they aren’t going to “get it right” on the first try, and they should leave the language extensible for additions.
Are you as excited about Perl 6 as I am! 🙂