Compartir a través de


Top Minds Are Working On It

Mike Schinkel writes a long, rambling blog about a long, rambling conversation we had regarding VBScript, novice programmers and .NET.

I don't have time to respond at length today, but I wanted to make a couple quick points.

First, as Peter noted in a comment to my entry the other day, I made the rhetorical mistake of conflating "Mort" with "Matt". Matt is the “knowledge worker” developer who produces personal productivity applications in order to get his "real" job done. Mort is also a line-of-business programmer, but Mort's job title has "Developer" or "Programmer" in it somewhere. Much of Mike's article is about tools for the Matts of the world, not so much the Morts.

I've decided that for the purposes of my blog, these whimsical names create more confusion than they prevent -- I'm going to eschew using them from now on.

Second, I absolutely 100% agree that there is way, way more we can do for knowledge workers, LOB developers and novice programmers in the tools space -- both in terms of the "framing" user interface (the menus, windows, buttons, panels,…) and language design. My team in particular is thinking very hard about these issues. I can't talk much about our ideas at this time, but if you guys have suggestions, I'm happy to hear them, and a big thanks to Mike for bringing up his ideas.

And Mike has good ideas -- of course, I only say that because I proposed most of them to the VB.NET team years ago. :-) Back then I spent a lot of time working with the VB .NET language designers to see if these ideas from VBScript would work in VB .NET, thereby giving VB .NET a better backwards compatibility story with VBScript.

Regrettably, by and large, they don't. (I may go into details in future blogs as to some of the crazy ideas we had for making VBScript work in the .NET world.) Based on that experience, I absolutely 100% disagree that fracturing VB into a FOURTH variant -- VB6, VBScript, VB.NET and the proposed VBScript.NET -- is a good way to achieve the laudable goal of lessening the VB learning curve. We can improve VB without fracturing it into yet another variant. 

However, I'm not the person to ask about that -- if you want to know what's happening in VB land, well, top minds are working on it. Talk to Paul, he's your man.

Comments

  • Anonymous
    March 11, 2004
    Bunching the documentation would help a lot. I really hate the way documentation is organized on microsoft sites. No nice pdf files to print.

    It is extremely annoying when you have to print the documentation one page at a time. And you have to search for documentation under several versions of the product.


    greetings,

  • Anonymous
    March 12, 2004
    Having thought a bit more on this, my conclusion is not that I want more language features. I want more ability. I want to be able to do more, not have more interesting ways of doing what can be done now.

    It may be that being a system administrator skews my point of view, but those are my needs.


    greetings,

  • Anonymous
    March 14, 2004
    Eric, could you go into a little more detail about this point: " I absolutely 100% disagree that fracturing VB into a FOURTH variant -- VB6, VBScript, VB.NET and the proposed VBScript.NET -- is a good way to achieve the laudable goal of lessening the VB learning curve."
    My initial reaction to that was to disagree, but reading what you said carefully, there are some very complex topics wrapped up in that one sentence. Do you mean you think there is no role for a language which uses the same VB-style language core but behaves in a more scripty way?

  • Anonymous
    March 15, 2004
    The comment has been removed

  • Anonymous
    March 15, 2004
    If VB.NET is scripty, what is the point of creating VBS.NET?

    Would it not be better to just add a few tools to the development so that those who don't know much can create working programs. E.g. adding a class and creat the Main method.

    greetings,

  • Anonymous
    March 19, 2004
    http://blogs.xtras.net/mikes/PermaLink,guid,120403c2-7aa4-44d3-bbb5-aba71d4ef412.aspx

  • Anonymous
    March 19, 2004
    An interesting equation.

  • Anonymous
    March 20, 2004
    The comment has been removed

  • Anonymous
    March 20, 2004
    Peter, this I don't know: with ICodeCompiler can one modify the parser too? For example could I create my own simple datatypes and have it recognize them, for example a "Number" and have it convert to my own special datatype behind the scenes? (I wish I had time to actually try to build a "VBScript.NET" but I unfortunately have to make sure I run the business to ensure the revenues are there to cover payroll every month! :)

  • Anonymous
    March 21, 2004
    No, you can't, but you can do some simple Regex replacements for :s/Number/Double/g before passing off to the compiler. Obviously you want to be a bit smarter than that in case the user has "Number" inside a string... but you get the idea.

    Anything you do will be pretty fragile, but if you only have some limited scenarios then it might work for you.

  • Anonymous
    March 26, 2004
    The comment has been removed

  • Anonymous
    April 08, 2004
    I teach a Windows network administration scripting course to about 1500 admins and auditors each year. I've been using VBScript all along mainly because it's a good transition language to VBA/VB.NET (and I thought maybe a VBScript.NET would eventually come out) but I will likely switch the courseware to ActiveState's Win32 Perl instead.

    It seems like MS is going to let VBScript die a slow death and I'm doing a disservice to my students by making them invest their time in it. I think MS should definitively state its intentions for the future of VBScript on the Script Center website and perhaps start doing all of its example administration and ResKit scripts in JScript (or Perl) instead so as not to trick new scripters into wasting their time.

    It's too bad, I still think VBScript is easy to teach and a gentle intro to VBA/VB.NET, but if the language isn't going anywhere, then I have to look out for my students' long-term interests. Perl looks like it will become the de facto cross-platform administration language (if it isn't already) and there's a gigantic and solid community of support behind it (whereaas MS seems to just abandon its user base sometimes).

    If I'm wrong here about VBScript's future, then please tell me otherwise. Thanks for being straightforward and honest in this blog.

  • Anonymous
    May 08, 2006
    An interesting equation.

  • Anonymous
    December 28, 2006
    A long rambling rant about why Microsoft's Developer Division is failing to meet

  • Anonymous
    December 31, 2006
    Clarifying my Microsoft Developer Division rant from the other day by responding

  • Anonymous
    June 15, 2008
    PingBack from http://mikeschinkel.com/blog/clarifyingmymicrosoftdeveloperdivisionrant/