• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Your first computer program

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #21
    Originally posted by Jeebo72 View Post
    You wrote Jetset before manic?
    watch outs for Parrots.
    Always forgive your enemies; nothing annoys them so much.

    Comment


      #22
      programming a firework on an Acorn Electron.

      Well I say firework I mean 2 coloured oblong sprite with some diamond sprites shooting out of it and making a sort of strangeled beep from the 8 bit sound generator.

      then a flight simulator - which I copied from the magasine called 'Basic' came in about 6 different parts over 6 months and when finished consisted of a line for a horizon, a few triangles for mountains and I think an airport to land on but cannot be sure.

      Comment


        #23
        A 2d shooting game on an AppleII using Pascal, how I wish i switched to C early on.
        Pascal seemed so elegant but I stuck to it for way too long through the Delphi days and I still know crap about low-level programming.

        Comment


          #24
          Originally posted by TheFaQQer View Post
          Code:
          10 print "hello"
          20 goto 10
          For me:

          10”THIS IS A STRING”

          First example in the ZX80 Owner's Manual (Chapter 4), see ftp://ftp.worldofspectrum.org/pub/si...tingManual.pdf

          nomadd liked this post

          Comment


            #25
            I don't remember the syntax or even if I would really call it a program but I am pretty sure it would have been in EXEC or EXEC2.

            Then some twaddle in FOCUS, then probably REXX.
            Then probably a tulip menu system in a DOS autoexec.bat file and some Lotus 123 macros.

            We didn't have computers at my school so my first use of IT was in the real world and that was pretty varied. IBM VM/SP, various PCs and the odd abacus.

            Comment


              #26
              Matrix multiplication in BASIC on the school's DEC PDP-8/e minicomputer. Started out with 2×2 matrices, eventually extended it to arbitrary dimensions. It even gave you an appropriate message if you tried to specify dimensions that couldn't be multiplied, such as multiplying a 3×2 by a 4×4. Never checked to see what would happen if the output was too wide for the Teletype though

              I only wrote it because we were doing matrices in maths at the time, and I couldn't think of anything else to do. I was pleased a number of years later, when we had computers capable of graphics, to discover that matrices actually had a fun application

              Comment


                #27
                Originally posted by TheFaQQer View Post
                Code:
                10 print "hello"
                20 goto 10
                WHS
                "Ask not what you can do for your country. Ask what's for lunch." - Orson Welles

                Norrahe's blog

                Comment


                  #28
                  It was a clown, that you could make smile or cry using the s or c keys, written in spectrum basic on the 16kb. I was about 5 or 6 years old.
                  Knock first as I might be balancing my chakras.

                  Comment


                    #29
                    Originally posted by suityou01 View Post
                    It was a clown, that you could make smile or cry using the s or c keys, written in spectrum basic on the 16kb. I was about 5 or 6 years old.
                    You designed and wrote it yourself at 5?

                    Comment


                      #30
                      Something banal in BASIC. I neither remember nor care what it was and I'd guess no-one else on here would care either.

                      However, I'd be mildly interested to know what threaded's first program was.

                      Comment

                      Working...
                      X