ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video

    Developer Discussion
    samit scott alan miller youtube visualbasic net programming languages basic fortran cobol delphi cobol effect
    5
    31
    7.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller @Jared999
      last edited by

      @Jared999 said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

      VB is nothing like BASIC at all. It is an object orientated language derived from Lisp, a string handling language used for expert systems. The only reason its called BASIC is for marketing purposes.

      No, it's actually BASIC. If you come from BASIC, and try Visual Basic, it's absolutely the same language. If you try Lisp, it takes two seconds to realize it's not even related.

      Your information isn't just wrong, it's bizarrely wrong. Lisp is a functional language and cannot be made object oriented. And it can't be written like an imperative language. They are wholly different things. Imperative languages, like BASIC, COBOL, and Fortran, can be made object oriented because it's just a layer. That VB is OO implies that it is from BASIC and can't be from Lisp, rather than the opposite. VB is not actually OO, though, it simply allows OO, there is a difference. But VB isn't a string handling language, nor functional, nor useful for expert systems.

      1 Reply Last reply Reply Quote 0
      • jmooreJ
        jmoore
        last edited by

        I started with basic when I was 10 I remember, so that was like 1984. I found it interesting but it never inspired me. Then i discovered c which was worlds different and just beautiful. I did that a long time and eventually started doing c++ along with it which to me was even more polished than c. Just my personal experience is all and I know it will be different for everyone. I dabbled in Fortran and liked it but never learned it. I don't know why, was probably too busy chasing girls:(

        I also dabbled in vb but hated it. To me, it just made no sense and everything was harder to accomplish anything. So, to me my opinion is a little different than yours on this, I still think plain vb was horrible and should be scrubbed from the face of the earth. I went back to the c family and never looked back.

        I should really see if there is a more modern implementation of Fortran, I thought ti was cool when I was a teenager lol.

        Cobol is about the same degree of terrible as vb.

        Just my opinions from personal experiences so not an attack on anyone else's experiences because they could be much different than mine.

        scottalanmillerS 3 Replies Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @jmoore
          last edited by

          @jmoore said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

          I started with basic when I was 10 I remember, so that was like 1984. I found it interesting but it never inspired me. Then i discovered c which was worlds different and just beautiful. I did that a long time and eventually started doing c++ along with it which to me was even more polished than c. Just my personal experience is all and I know it will be different for everyone. I dabbled in Fortran and liked it but never learned it.

          Not too dissimilar. Started in BASIC on DOS in 1984/5 when I was ~9. Did C a little later, then dabbled in Lisp but never really got it. Then got into Fortran and learned it more than BASIC and ended up teaching it, lol.

          Taught C as well, but Fortran probably four times as much teaching work.

          jmooreJ 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @jmoore
            last edited by

            @jmoore said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

            I also dabbled in vb but hated it. To me, it just made no sense and everything was harder to accomplish anything. So, to me my opinion is a little different than yours on this, I still think plain vb was horrible and should be scrubbed from the face of the earth. I went back to the c family and never looked back.

            Everything that was bad about BASIC, but worse with no excuse for it, lol.

            jmooreJ 1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @jmoore
              last edited by

              @jmoore said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

              I should really see if there is a more modern implementation of Fortran, I thought ti was cool when I was a teenager lol.

              Sure is, fully modern Fortran on Linux with the GCC compiler toolkit. Still used, insanely fast. Compiles through the same pipeline as some of the best C code.

              jmooreJ 1 Reply Last reply Reply Quote 1
              • jmooreJ
                jmoore @scottalanmiller
                last edited by

                @scottalanmiller said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                @jmoore said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                I started with basic when I was 10 I remember, so that was like 1984. I found it interesting but it never inspired me. Then i discovered c which was worlds different and just beautiful. I did that a long time and eventually started doing c++ along with it which to me was even more polished than c. Just my personal experience is all and I know it will be different for everyone. I dabbled in Fortran and liked it but never learned it.

                Not too dissimilar. Started in BASIC on DOS in 1984/5 when I was ~9. Did C a little later, then dabbled in Lisp but never really got it. Then got into Fortran and learned it more than BASIC and ended up teaching it, lol.

                Taught C as well, but Fortran probably four times as much teaching work.

                I heard good things about Lisp but never investigated at all.

                1 Reply Last reply Reply Quote 0
                • jmooreJ
                  jmoore @scottalanmiller
                  last edited by

                  @scottalanmiller said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                  @jmoore said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                  I also dabbled in vb but hated it. To me, it just made no sense and everything was harder to accomplish anything. So, to me my opinion is a little different than yours on this, I still think plain vb was horrible and should be scrubbed from the face of the earth. I went back to the c family and never looked back.

                  Everything that was bad about BASIC, but worse with no excuse for it, lol.

                  Yeah that's pretty much my opinion too. I guess it made more sense to others but not me.

                  scottalanmillerS 1 Reply Last reply Reply Quote 1
                  • jmooreJ
                    jmoore @scottalanmiller
                    last edited by

                    @scottalanmiller said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                    @jmoore said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                    I should really see if there is a more modern implementation of Fortran, I thought ti was cool when I was a teenager lol.

                    Sure is, fully modern Fortran on Linux with the GCC compiler toolkit. Still used, insanely fast. Compiles through the same pipeline as some of the best C code.

                    Ok yeah I'm looking into this today!

                    scottalanmillerS 1 Reply Last reply Reply Quote 0
                    • scottalanmillerS
                      scottalanmiller @jmoore
                      last edited by

                      @jmoore said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                      @scottalanmiller said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                      @jmoore said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                      I also dabbled in vb but hated it. To me, it just made no sense and everything was harder to accomplish anything. So, to me my opinion is a little different than yours on this, I still think plain vb was horrible and should be scrubbed from the face of the earth. I went back to the c family and never looked back.

                      Everything that was bad about BASIC, but worse with no excuse for it, lol.

                      Yeah that's pretty much my opinion too. I guess it made more sense to others but not me.

                      There were lots of people addicted to "I know one thing" and were scared to learn something new and it made them feel better about it.

                      Also made their resumes look better.

                      jmooreJ 1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @jmoore
                        last edited by

                        @jmoore said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                        @scottalanmiller said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                        @jmoore said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                        I should really see if there is a more modern implementation of Fortran, I thought ti was cool when I was a teenager lol.

                        Sure is, fully modern Fortran on Linux with the GCC compiler toolkit. Still used, insanely fast. Compiles through the same pipeline as some of the best C code.

                        Ok yeah I'm looking into this today!

                        https://gcc.gnu.org/wiki/GFortran

                        https://www.thegeekstuff.com/2009/11/fortran-hello-world-example-how-to-write-and-execute-fortran-program-on-linux-os/

                        jmooreJ 1 Reply Last reply Reply Quote 1
                        • scottalanmillerS
                          scottalanmiller
                          last edited by

                          Compiles modern Fortran 2008 code!

                          It's pretty much the world's "go to" Fortran compiler today.

                          1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller
                            last edited by

                            Actually, it's now supporting Fortran 2018!

                            1 Reply Last reply Reply Quote 0
                            • jmooreJ
                              jmoore @scottalanmiller
                              last edited by

                              @scottalanmiller said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                              @jmoore said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                              @scottalanmiller said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                              @jmoore said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                              I also dabbled in vb but hated it. To me, it just made no sense and everything was harder to accomplish anything. So, to me my opinion is a little different than yours on this, I still think plain vb was horrible and should be scrubbed from the face of the earth. I went back to the c family and never looked back.

                              Everything that was bad about BASIC, but worse with no excuse for it, lol.

                              Yeah that's pretty much my opinion too. I guess it made more sense to others but not me.

                              There were lots of people addicted to "I know one thing" and were scared to learn something new and it made them feel better about it.

                              Also made their resumes look better.

                              Yeah see that never really bothered me. The coursework i did in school cures you of that really quick. Every mechanics, electrostatic, or solid state problem is words different and there is no comfortable zone lol. So learning new things has never been a problem for me.

                              1 Reply Last reply Reply Quote 0
                              • jmooreJ
                                jmoore @scottalanmiller
                                last edited by

                                @scottalanmiller said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                                @jmoore said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                                @scottalanmiller said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                                @jmoore said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                                I should really see if there is a more modern implementation of Fortran, I thought ti was cool when I was a teenager lol.

                                Sure is, fully modern Fortran on Linux with the GCC compiler toolkit. Still used, insanely fast. Compiles through the same pipeline as some of the best C code.

                                Ok yeah I'm looking into this today!

                                https://gcc.gnu.org/wiki/GFortran

                                https://www.thegeekstuff.com/2009/11/fortran-hello-world-example-how-to-write-and-execute-fortran-program-on-linux-os/

                                Awesome thanks!

                                1 Reply Last reply Reply Quote 0
                                • 1
                                  1337
                                  last edited by 1337

                                  First BASIC on the PC was gwbasic. It was a typical BASIC dialect. Just like you'd see on micro computers of the 80's like VIC 20, ZX81 etc. BASIC as a language was actually made for educational use. Easier to learn and not as many quirks as other languages of the same era.

                                  Anyway, you couldn't really do any serious applications with gwbasic. It was followed by qbasic a little later. And then Visual Basic. And then Visual Basic .NET which was very different. The reason Microsoft put a lot of effort on BASIC was because Bill Gates loved the language and thought it was great.

                                  scottalanmillerS 2 Replies Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller @1337
                                    last edited by

                                    @Pete-S said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                                    Anyway, you couldn't really do any serious applications with gwbasic. It was followed by qbasic a little later.

                                    I was in time to get to do both. Still have the original GWBASIC manuals!

                                    1 1 Reply Last reply Reply Quote 1
                                    • scottalanmillerS
                                      scottalanmiller @1337
                                      last edited by

                                      @Pete-S said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                                      And then Visual Basic. And then Visual Basic .NET which was very different.

                                      Oh yes, we forgot to talk about this. VB and VB.NET was a huge language leap. VB was way closer to QBasic than it was it VB.NET. VB wasn't object oriented at all. That wasn't added as an option till VB.NET. Even VB6 didn't have it. It was very much old school BASIC.

                                      VB.NET was the first leap forward. Still BASIC, but with incredible architectural changes and advances.

                                      jmooreJ 1 Reply Last reply Reply Quote 1
                                      • jmooreJ
                                        jmoore @scottalanmiller
                                        last edited by

                                        @scottalanmiller said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                                        Oh yes, we forgot to talk about this

                                        You forgot to make your outline good sir 😁

                                        1 Reply Last reply Reply Quote 0
                                        • 1
                                          1337 @scottalanmiller
                                          last edited by

                                          @scottalanmiller said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                                          @Pete-S said in Why Visual Basic Is the Worst Programming Language for Your Project SAMIT Video:

                                          Anyway, you couldn't really do any serious applications with gwbasic. It was followed by qbasic a little later.

                                          I was in time to get to do both. Still have the original GWBASIC manuals!

                                          I just did a little with both. But this was around the same time that Borland released Turbo Pascal and at least in my view it became the serious language to make PC applications with in that era. It was almost instant compilation and it had a very good IDE.

                                          1 Reply Last reply Reply Quote 1
                                          • 1
                                          • 2
                                          • 2 / 2
                                          • First post
                                            Last post