The discussion so far in the comments section of my entry on permissiveness has been interesting. Some thoughts about the comments so far:
- I should be clear that my entry was more thinking about how the mission and capabilities of VB could be expanded, not narrowed. A key tenet of VB on .NET has been "full access to the power of the platform," something that we will not compromise on, especially as Longhorn looms on the horizon. Or, to use the vernacular: there will be no dumbing down of the language.
- I tend to agree with Eric that creating yet another language, even if it’s just a name, should be avoided if at all possible. Partially, this is my historical bias. For the first third of my career, I had to try and answer the question “Should I use Access or VB?” For the other two thirds of my career, I’ve had to try and answer the question “Should I use VB or C#?” I’m just reluctant to entertain the possibility of adding yet another question: “Should I use VBScript.NET or VB.NET?” Which, I should add, takes nothing away from the essential points of the discussion so far...
- The more I think about it, one aspect of my question about strictness isn’t really whether it’s “good” or “bad” but whether there are some situations where less strictness is an advantage beyond making it easier for beginners. I think Don Box’s point in the past has been that strict type checking makes dealing with things like XML and web interfaces and data more difficult because they force a certain kind of brittleness onto the relationship. If I add or remove elements from my XML stream or my web interface or my SQL table, consumers will break – even if they don’t actually care about those elements! Could looser typing make programming against loosely structured data easier? Interesting question.
And, finally, I should say that we recognize that our goal to make VB the most accessible programming language on the .NET platform is still not completely realized. The process of consuming and digesting the vastness of the .NET platform has been a difficult, long-term process and one that we’re going to be working on for some time to come. The good news is that we’re going to make some huge strides in Whidbey, both in ways that have been talked about (such as the My hierarchy) and some ways that still haven’t been revealed…