Results 1 to 40 of 2082

Thread: TwinBasic

Hybrid View

  1. #1
    PowerPoster
    Join Date
    Feb 2017
    Posts
    5,721

    Re: TwinBasic

    My concern about new features is that...
    OK, this assumes that RadBasic will succeed. I think Carles is making progress, but I don't have much information about that now.

    So, at the moment we have something that is already working, and well (twinBASIC) and something that we don't know (RadBasic).
    So, we can't "ask" for nothing on that basis now.

    But assuming that RadBasic will succeed, I would like for the VB6 successors to form something like a "consortium", where they could agree on the language.
    Of course I don't mean the I want identical products, but I mean as compatible as possible.
    For example, if both languages will add tuples, do it with the same syntax.

    twinBasic already added lots of new features and syntax, and some of us have been helping on that process (OK, personally I very little). We discuss things trying to find the best way to do something.
    I think, "and what would Carles do?". I don't know, but I think that the best syntax for tW will also be the best for RB.

    Carles already stated that his route is (like the ideas of yereverluvinuncleber) first to achieve full replacement of VB6 and only after that to introduce improvements and add new features.
    But of course he will have to do that at some point (to add new things and syntax), so my concern is that both languages should be as compatible as possible and more important: the language itself should use same syntax.
    That is my wish, of course, it is my opinion.

    OK, it is still too early.
    We'll have to wait until RB is available to the open, and if Carles sticks to the idea of not adding new features until the full replacement is achieved, until then.
    But I wanted to express my concern, and my wishes (in advance, for that moment).

  2. #2
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    9,017

    Re: TwinBasic

    Quote Originally Posted by Eduardo- View Post
    My concern about new features is that...
    OK, this assumes that RadBasic will succeed. I think Carles is making progress, but I don't have much information about that now.

    So, at the moment we have something that is already working, and well (twinBASIC) and something that we don't know (RadBasic).
    So, we can't "ask" for nothing on that basis now.

    But assuming that RadBasic will succeed, I would like for the VB6 successors to form something like a "consortium", where they could agree on the language.
    Of course I don't mean the I want identical products, but I mean as compatible as possible.
    For example, if both languages will add tuples, do it with the same syntax.

    twinBasic already added lots of new features and syntax, and some of us have been helping on that process (OK, personally I very little). We discuss things trying to find the best way to do something.
    I think, "and what would Carles do?". I don't know, but I think that the best syntax for tW will also be the best for RB.

    Carles already stated that his route is (like the ideas of yereverluvinuncleber) first to achieve full replacement of VB6 and only after that to introduce improvements and add new features.
    But of course he will have to do that at some point (to add new things and syntax), so my concern is that both languages should be as compatible as possible and more important: the language itself should use same syntax.
    That is my wish, of course, it is my opinion.

    OK, it is still too early.
    We'll have to wait until RB is available to the open, and if Carles sticks to the idea of not adding new features until the full replacement is achieved, until then.
    But I wanted to express my concern, and my wishes (in advance, for that moment).
    Well the number #1 goal above all else is VB6 compatibility. I think this could be achieved while giving most people what they want.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. - jmcilhinney

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  3. #3
    PowerPoster
    Join Date
    Feb 2017
    Posts
    5,721

    Re: TwinBasic

    Quote Originally Posted by Niya View Post
    Well the number #1 goal above all else is VB6 compatibility.
    Yes.

    Quote Originally Posted by Niya View Post
    I think this could be achieved while giving most people what they want.
    I have no idea what that means in the context. I was talking about agreeing on the same syntax for new language additions and improvements.

  4. #4
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    9,017

    Re: TwinBasic

    Quote Originally Posted by Eduardo- View Post
    I have no idea what that means in the context. I was talking about agreeing on the same syntax for new language additions and improvements.
    What I mean is they can give people modern features while still achieving the goal of VB6 compatibility. All I'm saying is that these two goals are not mutually exclusive.

    For example, if I were to use TwinBASIC on a full time basis, I'd want to have higher order functions. It would be one of my biggest wants. I doubt that this would conflict with the ultimate goal of VB6 compatibility. Some people want Tuples and I've seen a whole lot of very interesting suggestions on their GitHub discussions and to my mind, I think most of them can be implemented without impacting the main mission of VB6 compatibility.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. - jmcilhinney

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  5. #5
    PowerPoster
    Join Date
    Feb 2017
    Posts
    5,721

    Re: TwinBasic

    Quote Originally Posted by Niya View Post
    What I mean is they can give people modern features while still achieving the goal of VB6 compatibility. All I'm saying is that these two goals are not mutually exclusive.

    For example, if I were to use TwinBASIC on a full time basis, I'd want to have higher order functions. It would be one of my biggest wants. I doubt that this would conflict with the ultimate goal of VB6 compatibility. Some people want Tuples and I've seen a whole lot of very interesting suggestions on their GitHub discussions and to my mind, I think most of them can be implemented without impacting the main mission of VB6 compatibility.
    VB6 backward compatibility and full replacement (of VB6 main core, I mean the IDE, compiler) is out of the question. Both have been totally clear about the point.

    To enhance it, is also well explicitly set on both cases.
    The difference is the path, while RB plan is to achieve the full replacement first, tB path is to add new features in the way, and from the beginning.

    I say this based on what I read on their websites.

  6. #6
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    9,017

    Re: TwinBasic

    Quote Originally Posted by Eduardo- View Post
    VB6 backward compatibility and full replacement (of VB6 main core, I mean the IDE, compiler) is out of the question. Both have been totally clear about the point.

    To enhance it, is also well explicitly set on both cases.
    The difference is the path, while RB plan is to achieve the full replacement first, tB path is to add new features in the way, and from the beginning.

    I say this based on what I read on their websites.
    Ah ok I see what you're getting at. I'm not sure I have much of a strong opinion on differences between tB and RB. I'd have to see what RB is doing to really form a solid opinion.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. - jmcilhinney

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

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