CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2003
    Location
    Sydney, Australia
    Posts
    1,901

    DLR Dynamic Language Runtime

    With the end of VB6 Support next year, how might the introduction of DLR affect VB6 developers ?

    For example, if the DLR means one can run VB6 programs in the .Net Framework, then does this give VB6 a pseudo upgrade into the .Net platform ?

    See links

    http://arstechnica.com/news.ars/post...e-for-net.html

    http://blogs.msdn.com/hugunin/archiv...ntime-dlr.aspx
    Last edited by George1111; July 11th, 2007 at 10:45 AM.

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: DLR Dynamic Language Runtime

    I don't see anything written about VB 6.

  3. #3
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: DLR Dynamic Language Runtime

    I think they're speaking more in the lines of VBx ( or VB 10 )

    More info

  4. #4
    Join Date
    Aug 2003
    Location
    Sydney, Australia
    Posts
    1,901

    Re: DLR Dynamic Language Runtime

    It seems there is a new VB on the horizon then

    http://blogs.msdn.com/bethmassi/arch...asic-talk.aspx

    It seems as you say Hannes, VB10

    But the writer seems to be taking about

    "VB running on .Net" NOT VB.net running on the DLR

    Finally I spent 20 minutes on the DLR and VB 10 (VBx). I showed an implementation of Visual Basic on the DLR that showed interactive programming and dynamic event handlers. People were VERY impressed with this (lots of applause when I showed the dynamic event handler). This version of VB is NOT VBScript, it is VB on .NET and the DLR. For more info, check out Amanda and Paul's posts.
    I would have thought that VB10 would be an upgraded version of VB.NET

    (like going from VB5 to VB6)

  5. #5
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: DLR Dynamic Language Runtime

    I saw that page before amongst numerous other sites relating to this.
    The impression I keep getting is that they speak of the VB language as a whole, because of VB's dynamic capabilities; as with Python and Ruby.

  6. #6
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: DLR Dynamic Language Runtime

    The reason why VB.NET is referred to as just VB is because people have already gotten used to this. No one calls C# as C#.NET, it is just C# and same way VB.NET is just VB. So whatever versions they are talking about, everything is related to .NET. As you must be aware VB 9.0 is already available for Community Technology Preview. And VB 10 is in the making.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured