Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • 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
Code Project
  1. Home
  2. The Lounge
  3. First experience of programming

First experience of programming

Scheduled Pinned Locked Moved The Lounge
question
84 Posts 71 Posters 0 Views 1 Watching
  • 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.
  • C Chris C B

    So - we have done the age thing, so how about the experience thing? In 1960 I was given a Heathkit EC-1 in kit form by a rich relo. I built it, and then programmed it to solve very simply calculus problems, with the output sent to a Heathkit oscilloscope - it was an analog machine! Then there was an eight year gap until university, an IBM 1130 and Algol.

    A Offline
    A Offline
    Amarnath S
    wrote on last edited by
    #5

    My first serious program (after a number of trivial ones) was one to compute a Magic Square of odd dimension. This was in 1987 in FORTRAN IV on a DEC 10 Mainframe system. Since I needed blank paper to write down engineering college notes, I gave it an input of 101, printed it and got something like 20 or 25 pages or so of one-sided paper.

    1 Reply Last reply
    0
    • C Chris C B

      So - we have done the age thing, so how about the experience thing? In 1960 I was given a Heathkit EC-1 in kit form by a rich relo. I built it, and then programmed it to solve very simply calculus problems, with the output sent to a Heathkit oscilloscope - it was an analog machine! Then there was an eight year gap until university, an IBM 1130 and Algol.

      F Offline
      F Offline
      Forogar
      wrote on last edited by
      #6

      1975 on the 31st May I wrote my first program in City & Guilds Mnemonic Code assembly language. It was fed through a teletype on punched tape via an acoustic coupler to an ICL 1900 at Manchester University (about 50 miles away). It ran and produced the correct answer, first time! That's when I knew I had to give up my Law career and become a lumberjack computer programmer!

      - I would love to change the world, but they won’t give me the source code.

      G 1 Reply Last reply
      0
      • N Nelek

        Mine was with BASIC somewhere at the end of the 80ies with a Spectrum 128k 10 print "hello world" 20 goto 10 Happiness of seeing it worked was fast replaced for... "wtf do I now to stop it? If I break it my brother will kill me" (I was 8 or 9 back then) Then... pity. There was a long break of many years of nothing. Some time later, I got strictly prohibited to touch my brother's computer ever again (the endless loop was pretty harmless after all ;P :laugh:) I learnt the lesson... don't let you get caught (still had some incognito experiences with a Pentium I -75 Hz IIRC- and Win 3.11). I officially started again short before college, got back with my own Pentium II (250 Hz IIRC), Win95 and Turbo-C, derive and similars, then Borland C++...

        M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

        Richard DeemingR Offline
        Richard DeemingR Offline
        Richard Deeming
        wrote on last edited by
        #7

        Oh, we used to dream of having 128K! :-D Speccy 48K for me, in the early 80s. (Once we'd been back to the store to get a box that wasn't empty, that is.) Combined with a set of Input Magazine[^]. (Ignore the publication years on that site; they were all 84-85.)


        "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

        "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

        C W 2 Replies Last reply
        0
        • C Chris C B

          So - we have done the age thing, so how about the experience thing? In 1960 I was given a Heathkit EC-1 in kit form by a rich relo. I built it, and then programmed it to solve very simply calculus problems, with the output sent to a Heathkit oscilloscope - it was an analog machine! Then there was an eight year gap until university, an IBM 1130 and Algol.

          F Offline
          F Offline
          F ES Sitecore
          wrote on last edited by
          #8

          This one time, at band camp...

          1 Reply Last reply
          0
          • C Chris C B

            So - we have done the age thing, so how about the experience thing? In 1960 I was given a Heathkit EC-1 in kit form by a rich relo. I built it, and then programmed it to solve very simply calculus problems, with the output sent to a Heathkit oscilloscope - it was an analog machine! Then there was an eight year gap until university, an IBM 1130 and Algol.

            T Offline
            T Offline
            theoldfool
            wrote on last edited by
            #9

            1964: accounting machine program punched on mylar tape. 1965: IBM 1800, assembler. Some Fortran.

            If you can keep your head while those about you are losing theirs, perhaps you don't understand the situation.

            1 Reply Last reply
            0
            • C Chris C B

              So - we have done the age thing, so how about the experience thing? In 1960 I was given a Heathkit EC-1 in kit form by a rich relo. I built it, and then programmed it to solve very simply calculus problems, with the output sent to a Heathkit oscilloscope - it was an analog machine! Then there was an eight year gap until university, an IBM 1130 and Algol.

              M Offline
              M Offline
              Marc Clifton
              wrote on last edited by
              #10

              I miss Heathkit. I built a variable voltage and current power supply from a kit that I used for years. 1974: My first programming experience was on a PDP/11, punchtape storage, teletype, BASIC, 64K RAM, and mag tape drive that if it drew too much current would crash the entire computer. 1977: Second was a couple HP calculators, the first being an HP-25 - Wikipedia[^] After highschool, I started programming on a Commodore PET. Onwards and upwards!

              Latest Articles:
              Client-Side TypeScript without ASP.NET, Angular, etc.

              R B 2 Replies Last reply
              0
              • C Chris C B

                So - we have done the age thing, so how about the experience thing? In 1960 I was given a Heathkit EC-1 in kit form by a rich relo. I built it, and then programmed it to solve very simply calculus problems, with the output sent to a Heathkit oscilloscope - it was an analog machine! Then there was an eight year gap until university, an IBM 1130 and Algol.

                Kornfeld Eliyahu PeterK Offline
                Kornfeld Eliyahu PeterK Offline
                Kornfeld Eliyahu Peter
                wrote on last edited by
                #11

                It was the day after I got my C64 (Hanukkah 1984)... I just finished the book came with it without sleeping...

                "The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012

                "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

                D 1 Reply Last reply
                0
                • C Chris C B

                  So - we have done the age thing, so how about the experience thing? In 1960 I was given a Heathkit EC-1 in kit form by a rich relo. I built it, and then programmed it to solve very simply calculus problems, with the output sent to a Heathkit oscilloscope - it was an analog machine! Then there was an eight year gap until university, an IBM 1130 and Algol.

                  K Offline
                  K Offline
                  kmoorevs
                  wrote on last edited by
                  #12

                  It was Christmas of '82 or '83 (can't remember) and my parents bought my brothers and I a TI-99/4a. My brothers were only interested in the games, but I quickly discovered that it could do more. I learned enough BASIC to write small programs to solve my HS algebra and geometry homework. A few years later I went to uni as a CS major but quit when I got kicked out of the lab for refusing to yield a terminal to an upperclassman. 10 years later, tired of factory work, I went back and finished. I got my first programming job a year before I graduated and am still working here 20 years later. :)

                  "Go forth into the source" - Neal Morse

                  K 1 Reply Last reply
                  0
                  • C Chris C B

                    So - we have done the age thing, so how about the experience thing? In 1960 I was given a Heathkit EC-1 in kit form by a rich relo. I built it, and then programmed it to solve very simply calculus problems, with the output sent to a Heathkit oscilloscope - it was an analog machine! Then there was an eight year gap until university, an IBM 1130 and Algol.

                    Greg UtasG Offline
                    Greg UtasG Offline
                    Greg Utas
                    wrote on last edited by
                    #13

                    During the summer of 1971, between grades 9 and 10, I got access to the Board of Education's IBM mainframe and wrote some FORTRAN programs on punch cards.

                    <p><a href="https://github.com/GregUtas/robust-services-core/blob/master/README.md">Robust Services Core</a>
                    <em>The fox knows many things, but the hedgehog knows one big thing.</em></p>

                    1 Reply Last reply
                    0
                    • C Chris C B

                      So - we have done the age thing, so how about the experience thing? In 1960 I was given a Heathkit EC-1 in kit form by a rich relo. I built it, and then programmed it to solve very simply calculus problems, with the output sent to a Heathkit oscilloscope - it was an analog machine! Then there was an eight year gap until university, an IBM 1130 and Algol.

                      L Offline
                      L Offline
                      Lost User
                      wrote on last edited by
                      #14

                      Keying in instructions on the front panel of a LEO/III (see below) in 1966, and then moving to creating self loading programs on paper tape. Worked on various different systems and languages in the intervening years. Leo Computers Society. Leo 3 photos[^]. I worked on III/6 (i.e the sixth system off the factory), the first four photos on the second row.

                      1 Reply Last reply
                      0
                      • C Chris C B

                        So - we have done the age thing, so how about the experience thing? In 1960 I was given a Heathkit EC-1 in kit form by a rich relo. I built it, and then programmed it to solve very simply calculus problems, with the output sent to a Heathkit oscilloscope - it was an analog machine! Then there was an eight year gap until university, an IBM 1130 and Algol.

                        S Offline
                        S Offline
                        stoneyowl2
                        wrote on last edited by
                        #15

                        Depends. First program was written for the HP-67 on magnetic strip to run analysis of gas chromatography data. Second was PDP-11 assembly to analyse data from Inductively Coupled Argon Plasma Spectrophotomer for elemental analysis

                        A human being should be able to change a diaper, plan an invasion, butcher a hog, navigate a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects! - Lazarus Long

                        1 Reply Last reply
                        0
                        • C Chris C B

                          So - we have done the age thing, so how about the experience thing? In 1960 I was given a Heathkit EC-1 in kit form by a rich relo. I built it, and then programmed it to solve very simply calculus problems, with the output sent to a Heathkit oscilloscope - it was an analog machine! Then there was an eight year gap until university, an IBM 1130 and Algol.

                          P Offline
                          P Offline
                          Peter_in_2780
                          wrote on last edited by
                          #16

                          1964. First year science at Monash Uni. Punch FORTRAN II cards on an IBM 026, submit to the CDC 3200. The next year we did all sorts of devious things, based on fixed load locations and lack of array bounds checking.

                          Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012

                          1 Reply Last reply
                          0
                          • C Chris C B

                            So - we have done the age thing, so how about the experience thing? In 1960 I was given a Heathkit EC-1 in kit form by a rich relo. I built it, and then programmed it to solve very simply calculus problems, with the output sent to a Heathkit oscilloscope - it was an analog machine! Then there was an eight year gap until university, an IBM 1130 and Algol.

                            D Offline
                            D Offline
                            DRHuff
                            wrote on last edited by
                            #17

                            Early 1983. First year of engineering. FORTRAN on a Multics system. Judging from those first attempts I should not be doing it now. But I am! That was the first year that they removed the punch card machines with terminals. Dodged that bullet!

                            I, for one, like Roman Numerals.

                            1 Reply Last reply
                            0
                            • C Chris C B

                              So - we have done the age thing, so how about the experience thing? In 1960 I was given a Heathkit EC-1 in kit form by a rich relo. I built it, and then programmed it to solve very simply calculus problems, with the output sent to a Heathkit oscilloscope - it was an analog machine! Then there was an eight year gap until university, an IBM 1130 and Algol.

                              M Offline
                              M Offline
                              musefan
                              wrote on last edited by
                              #18

                              Do those turtle things that run around the floor count? If not, then I think 2000. Some Turbo C++ thing in which I wrote the biggest switch statement of my life... you enter an album track number, and it prints out the lyrics for that song. The album was Slipknot (self-entitled).

                              1 Reply Last reply
                              0
                              • C Chris C B

                                So - we have done the age thing, so how about the experience thing? In 1960 I was given a Heathkit EC-1 in kit form by a rich relo. I built it, and then programmed it to solve very simply calculus problems, with the output sent to a Heathkit oscilloscope - it was an analog machine! Then there was an eight year gap until university, an IBM 1130 and Algol.

                                P Offline
                                P Offline
                                PIEBALDconsult
                                wrote on last edited by
                                #19

                                1983, high school, PDP-11, RSTS-E, BASIC-Plus. VT100 and similar termini, no freaking punch cards.

                                1 Reply Last reply
                                0
                                • C Chris C B

                                  So - we have done the age thing, so how about the experience thing? In 1960 I was given a Heathkit EC-1 in kit form by a rich relo. I built it, and then programmed it to solve very simply calculus problems, with the output sent to a Heathkit oscilloscope - it was an analog machine! Then there was an eight year gap until university, an IBM 1130 and Algol.

                                  D Offline
                                  D Offline
                                  Daniel Pfeffer
                                  wrote on last edited by
                                  #20

                                  1974-5 (or thereabout) on the mainframe of the Weizmann Institute. Punched cards, batch processing, FORTRAN IV, 1-2 hours between submitting the card deck and receiving the output. Need I say more?

                                  Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

                                  1 Reply Last reply
                                  0
                                  • C Chris C B

                                    So - we have done the age thing, so how about the experience thing? In 1960 I was given a Heathkit EC-1 in kit form by a rich relo. I built it, and then programmed it to solve very simply calculus problems, with the output sent to a Heathkit oscilloscope - it was an analog machine! Then there was an eight year gap until university, an IBM 1130 and Algol.

                                    J Offline
                                    J Offline
                                    jeron1
                                    wrote on last edited by
                                    #21

                                    1984 I took my first programming class, BASIC. I absolutely hated it, the immediate spaghettification of any 'code' I wrote was very off putting, unreadable and near impossible to debug. I mostly blame the instructor for condoning poor coding practices. My next class was FORTRAN 77, and the opposite happened, I loved it. Since I was in the EE program, I didn't concentrate on programming in school. Only once I started working did I need to know assembler, c, c++.

                                    "the debugger doesn't tell me anything because this code compiles just fine" - random QA comment "Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst "I don't drink any more... then again, I don't drink any less." - Mike Mullikins uncle

                                    1 Reply Last reply
                                    0
                                    • M Maximilien

                                      My first experience was a programming class on AppleII probably in the early 80s (1982-ishy ?? ) I remember the class room, it was a bright room, everything smelled new. And also on Sinclair zx80 at school (but again, I don't remember much).

                                      I'd rather be phishing!

                                      R Offline
                                      R Offline
                                      Rick York
                                      wrote on last edited by
                                      #22

                                      My first experience was with time-shared BASIC on an HP3000 in the mid-1970s. I remember the instructor being blown away that I made a cypher encoder/decoder program.

                                      "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

                                      1 Reply Last reply
                                      0
                                      • C Chris C B

                                        So - we have done the age thing, so how about the experience thing? In 1960 I was given a Heathkit EC-1 in kit form by a rich relo. I built it, and then programmed it to solve very simply calculus problems, with the output sent to a Heathkit oscilloscope - it was an analog machine! Then there was an eight year gap until university, an IBM 1130 and Algol.

                                        R Offline
                                        R Offline
                                        Rick York
                                        wrote on last edited by
                                        #23

                                        My first experience was with time-shared BASIC on an HP3000 in the mid-1970s. I remember the instructor being blown away that I made a cypher encoder/decoder program.

                                        "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

                                        1 Reply Last reply
                                        0
                                        • C Chris C B

                                          So - we have done the age thing, so how about the experience thing? In 1960 I was given a Heathkit EC-1 in kit form by a rich relo. I built it, and then programmed it to solve very simply calculus problems, with the output sent to a Heathkit oscilloscope - it was an analog machine! Then there was an eight year gap until university, an IBM 1130 and Algol.

                                          D Offline
                                          D Offline
                                          David Crow
                                          wrote on last edited by
                                          #24

                                          What's with all the "pissing contests" of late? Everyone here has been there, done that, and bought the t-shirt. :rolleyes:

                                          "One man's wage rise is another man's price increase." - Harold Wilson

                                          "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                                          "You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles

                                          D 1 Reply Last reply
                                          0
                                          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
                                          • World
                                          • Users
                                          • Groups