Stories
Slash Boxes
Comments

SoylentNews is people

posted by martyb on Sunday February 05 2017, @08:41AM   Printer-friendly
from the watch-your-language! dept.

Since their introduction in 2002, Microsoft's pair of .NET programming languages, C# and Visual Basic.NET, have been close siblings. Although they look very different—one uses C-style braces, brackets, and lots of symbols, whereas the other looks a great deal more like English—their features have, for the most part, been very similar. This strategy was formalized in 2010, with Microsoft planning coevolution, to keep them if not identical then at least very similar in capability.

But the two languages have rather different audiences, and Microsoft has decided to change its development approach. The company has made two key findings. First, drawing on the annual Stack Overflow developer survey, it's clear that C# is popular among developers, whereas Visual Basic is not. This may not be indicative of a particular dislike for Visual Basic per se—there's likely to be a good proportion within that group who'd simply like to consolidate on a single language at their workplace—but is clearly a concern for the language's development.

Second, however, Microsoft has seen that Visual Basic has twice the share of new developers in Visual Studio as it does of all developers. This could indicate that Visual Basic is seen or promoted as an ideal beginners' language; it might also mean that programmers graduating from Visual Basic for Applications (VBA) macros in programs such as Word, Access, and Excel are picking the option that is superficially most comfortable for them. Visual Basic developers are generally creating business applications using WinForms, or occasionally ASP.NET Web Forms; the use of WinForms in particular again suggests that developers are seeking something similar to Office macros.

Accordingly, the development of the two languages is set to diverge. C# is going to continue to pick up more complex features. C# 7.0, for example, is adding integrated support for tuples and pattern matching syntax, the latest language features showing significant influence from functional programming languages like ML and Haskell. Visual Basic 15 is adding some of these, such as tuples, but it isn't going to match every new feature in C# 7.0. Going forward, it will be maintaining readability and keeping the number of different concepts manageable.

Source:

https://arstechnica.com/information-technology/2017/02/microsofts-developer-strategy-c-for-fancy-features-visual-basic-for-beginners/


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 3, Funny) by Anonymous Coward on Sunday February 05 2017, @10:55AM

    by Anonymous Coward on Sunday February 05 2017, @10:55AM (#463078)

    What we really need is another language, preferably locked to a vendor and a proprietary environment that users of the software will have to rent indefinitely to use our software.

    Ideally we would rent the development tools and compiler and need Internet access always on to allow checking/revoking of licences,

    Last wish would be a sprinkle of incompatibility between updates to keep life interesting.

    Starting Score:    0  points
    Moderation   +3  
       Interesting=1, Funny=2, Total=3
    Extra 'Funny' Modifier   0  

    Total Score:   3  
  • (Score: 0) by Anonymous Coward on Sunday February 05 2017, @07:38PM

    by Anonymous Coward on Sunday February 05 2017, @07:38PM (#463164)

    So you just described a not too distant future version of visual studio.

    • (Score: 2) by tibman on Monday February 06 2017, @01:47AM

      by tibman (134) Subscriber Badge on Monday February 06 2017, @01:47AM (#463256)

      I hate to defend Microsoft but you're wrong. Compiler is open source and more and more of .Net is being opened. However the ide, visual studio, already has a paid subscription that requires an internet connection.

      --
      SN won't survive on lurkers alone. Write comments.