Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

The New Coffee Room

  1. TNCR
  2. General Discussion
  3. BASIC - the Most Consequential Programming Language in the History of Computing

BASIC - the Most Consequential Programming Language in the History of Computing

Scheduled Pinned Locked Moved General Discussion
15 Posts 9 Posters 157 Views
  • 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.
  • taiwan_girlT Offline
    taiwan_girlT Offline
    taiwan_girl
    wrote on last edited by
    #1

    https://www.wired.com/story/back-to-basic-the-most-consequential-programming-language/

    I WAS ENTERING the miseries of seventh grade in the fall of 1980 when a friend dragged me into a dimly lit second-floor room. The school had recently installed a newfangled Commodore PET computer, a squat and angular box that glowed in the corner. “You gotta try this,” he told me, and handed over a piece of paper on which he’d handwritten a program.

    I plunked it out on the PET’s chunky mechanical keyboard.

    10 PRINT "CLIVE"
    20 GOTO 10

    I typed “RUN,” hit Enter, and watched as my name spilled down the screen in bright green-on-black text, over and over.

    For a 12-year-old in the pre-internet era? This was electrifying. I had typed a couple of commands—ones that seemed easily understandable—and the machine had obeyed. I felt like I’d just stolen fire from Zeus himself.

    I also realized, studying that tiny two-line program, that it was an infinite loop. The computer would run the code until the sun burned out, or someone unplugged it. There are not many ways, when you’re a preteen, to grasp the fabric of infinity. But I’d just done so, thanks to this strangely accessible computer language: BASIC.

    1 Reply Last reply
    • jon-nycJ Online
      jon-nycJ Online
      jon-nyc
      wrote on last edited by
      #2

      Literally me

      "You never know what worse luck your bad luck has saved you from."
      -Cormac McCarthy

      Doctor PhibesD MikM 2 Replies Last reply
      • AxtremusA Away
        AxtremusA Away
        Axtremus
        wrote on last edited by
        #3

        My favorite BASIC feature is GOTO.

        MikM CopperC 2 Replies Last reply
        • jon-nycJ jon-nyc

          Literally me

          Doctor PhibesD Offline
          Doctor PhibesD Offline
          Doctor Phibes
          wrote on last edited by
          #4

          @jon-nyc said in BASIC - the Most Consequential Programming Language in the History of Computing:

          Literally me

          I did the same thing when I was supposed to be learning Fortran 77 on a university mainframe, hence using up my extremely meager allotment of usage credits at a stroke.

          I was only joking

          1 Reply Last reply
          • AxtremusA Axtremus

            My favorite BASIC feature is GOTO.

            MikM Offline
            MikM Offline
            Mik
            wrote on last edited by
            #5

            @Axtremus said in BASIC - the Most Consequential Programming Language in the History of Computing:

            My favorite BASIC feature is GOTO.

            COBOL has it. Use it at peril of your employment.

            It’s actually not that bad, but it encourages lazy coding. You should never use it to do anything but go to a paragraph exit. I’ve used ON GOTO to control focus on different form fields and it worked well.

            “I am fond of pigs. Dogs look up to us. Cats look down on us. Pigs treat us as equals.” ~Winston S. Churchill

            1 Reply Last reply
            • LuFins DadL Offline
              LuFins DadL Offline
              LuFins Dad
              wrote on last edited by LuFins Dad
              #6

              In 1989, my uncle saw I was the only kid in the generation that stood a chance to get ahead, so passed on a gift that he was given as the President of his Union. It was a little pocket computer. Nothing serious by today’s standards, but it could run basic and had some memory to it. It basically looked like a scientific calculator with an alphabet keyboard as well. The most sophisticated thing that it ever did was record all of the formulas that I thought I would need for my physics final. The weird thing? The repetition that was necessary to enter those formulas along with the huge pain in the ass that was necessary to access them kinda made me memorize them and I never used it except as a calculator, which was allowed.

              The Brad

              1 Reply Last reply
              • jon-nycJ jon-nyc

                Literally me

                MikM Offline
                MikM Offline
                Mik
                wrote on last edited by
                #7

                @jon-nyc said in BASIC - the Most Consequential Programming Language in the History of Computing:

                Literally me

                Us too, except the commands we had this n00b put in in Basic caused the printer to endlessly advance the printer paper a page. Luckily, he did not rat us out.

                “I am fond of pigs. Dogs look up to us. Cats look down on us. Pigs treat us as equals.” ~Winston S. Churchill

                1 Reply Last reply
                • markM Offline
                  markM Offline
                  mark
                  wrote on last edited by
                  #8

                  I did basically the same thing with my brother at the Apple II except we made an inch worm in graphics mode, move across the screen starting at the top and moving to the next row when it hit the border.

                  1 Reply Last reply
                  • jon-nycJ Online
                    jon-nycJ Online
                    jon-nyc
                    wrote on last edited by
                    #9

                    When I say literally me it includes the age reference. I turned 12 in 1980, in September when the school year started.

                    "You never know what worse luck your bad luck has saved you from."
                    -Cormac McCarthy

                    LuFins DadL 1 Reply Last reply
                    • jon-nycJ jon-nyc

                      When I say literally me it includes the age reference. I turned 12 in 1980, in September when the school year started.

                      LuFins DadL Offline
                      LuFins DadL Offline
                      LuFins Dad
                      wrote on last edited by
                      #10

                      @jon-nyc said in BASIC - the Most Consequential Programming Language in the History of Computing:

                      When I say literally me it includes the age reference. I turned 12 in 1980, in September when the school year started.

                      Man, you’re old.

                      The Brad

                      1 Reply Last reply
                      • AxtremusA Axtremus

                        My favorite BASIC feature is GOTO.

                        CopperC Offline
                        CopperC Offline
                        Copper
                        wrote on last edited by Copper
                        #11

                        @Axtremus said in BASIC - the Most Consequential Programming Language in the History of Computing:

                        GOTO

                        B DO1
                        BCT R4,DO1
                        BCTR R4,R0
                        BR R14

                        same thing

                        1 Reply Last reply
                        • MikM Offline
                          MikM Offline
                          Mik
                          wrote on last edited by
                          #12

                          If you know how to code assembler, yeah.

                          “I am fond of pigs. Dogs look up to us. Cats look down on us. Pigs treat us as equals.” ~Winston S. Churchill

                          1 Reply Last reply
                          • George KG Offline
                            George KG Offline
                            George K
                            wrote on last edited by
                            #13

                            You guys really need to get a room.

                            "Now look here, you Baltic gas passer... " - Mik, 6/14/08

                            The saying, "Lite is just one damn thing after another," is a gross understatement. The damn things overlap.

                            1 Reply Last reply
                            • MikM Offline
                              MikM Offline
                              Mik
                              wrote on last edited by
                              #14

                              Nah. We just need register 14.

                              “I am fond of pigs. Dogs look up to us. Cats look down on us. Pigs treat us as equals.” ~Winston S. Churchill

                              George KG 1 Reply Last reply
                              • MikM Mik

                                Nah. We just need register 14.

                                George KG Offline
                                George KG Offline
                                George K
                                wrote on last edited by
                                #15

                                @Mik said in BASIC - the Most Consequential Programming Language in the History of Computing:

                                Nah. We just need register 14.

                                Thank you, I think, for proving my point.

                                "Now look here, you Baltic gas passer... " - Mik, 6/14/08

                                The saying, "Lite is just one damn thing after another," is a gross understatement. The damn things overlap.

                                1 Reply Last reply
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Categories
                                • Recent
                                • Tags
                                • Popular
                                • Users
                                • Groups