Ok Which was very your first programming language?
-
Gwbasic and soon C.
[www.tamautomation.com] Robots, CNC and PLC machines for grinding and polishing.
-
Mine was McDonnell Douglas Basic + Assembler + Proc (Eq Java) + English (SQL) and Assembler. What was yours?
Software Kinetics Wear a hard hat it's under construction
Metro RSSMy first languages were Fortran II and IBM 1620 machine (NOT assembler - machine [purely numeric]) language, in 1968.
-
Mine was McDonnell Douglas Basic + Assembler + Proc (Eq Java) + English (SQL) and Assembler. What was yours?
Software Kinetics Wear a hard hat it's under construction
Metro RSSOn this[^]. Took me a while to get all the balloons/hearts(?) to fill the screen. :)
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair. nils illegitimus carborundum me, me, me
-
Mine was McDonnell Douglas Basic + Assembler + Proc (Eq Java) + English (SQL) and Assembler. What was yours?
Software Kinetics Wear a hard hat it's under construction
Metro RSSOn the C64, I had basic, but then had to write some routines in pure machine code because I did not have a compiler. Then I bought C++ for it.
Steve Maier
-
Mine was McDonnell Douglas Basic + Assembler + Proc (Eq Java) + English (SQL) and Assembler. What was yours?
Software Kinetics Wear a hard hat it's under construction
Metro RSSAppleSoft Basic on an Apple IIe
-
Mine was McDonnell Douglas Basic + Assembler + Proc (Eq Java) + English (SQL) and Assembler. What was yours?
Software Kinetics Wear a hard hat it's under construction
Metro RSSAtari Basic
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997 -
Mine was McDonnell Douglas Basic + Assembler + Proc (Eq Java) + English (SQL) and Assembler. What was yours?
Software Kinetics Wear a hard hat it's under construction
Metro RSSZX-Spectrum+ ROM BASIC
-
Mine was McDonnell Douglas Basic + Assembler + Proc (Eq Java) + English (SQL) and Assembler. What was yours?
Software Kinetics Wear a hard hat it's under construction
Metro RSSI used Basic on a printer terminal which needed number, and FORTRAN IV with punch cards. They were a real pain. Extensively used Assembly language on a computer called Sigma 9, which had an instruction set similar to the IBM 360. Then FORTRAN 77.
-
Mine was McDonnell Douglas Basic + Assembler + Proc (Eq Java) + English (SQL) and Assembler. What was yours?
Software Kinetics Wear a hard hat it's under construction
Metro RSSApple Basic on an Apple II+. A year later, Fortran on punch cards. Two years later, Z-80 and 6502 assembly. (Around that time, there was a cool "Basic" for the Apple II which was really a macro assembler. Don't remember the name.)
-
Mine was McDonnell Douglas Basic + Assembler + Proc (Eq Java) + English (SQL) and Assembler. What was yours?
Software Kinetics Wear a hard hat it's under construction
Metro RSSPascal, circa 1980. /ravi
My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com
-
ASM for the z80 & 8031 chips
-
Mine was McDonnell Douglas Basic + Assembler + Proc (Eq Java) + English (SQL) and Assembler. What was yours?
Software Kinetics Wear a hard hat it's under construction
Metro RSSFORTRAN II was first, followed by years of writing in multiple languages on different platforms - ASM, hpl, GD-BASIC, HP-BASIC, Pascal, Ada, blah, blah...
Will Rogers never met me.
-
I bet you always took apart radios when you was a kid, rather like myself :)
Software Kinetics Wear a hard hat it's under construction
Metro RSSRadio? what's a radio? :) I only took one thing apart as a kid and that incurred the wrath of my parents. We went to an auntie's house and she had a rather handsome mechanical clock. It's ticking grasped my attention. While they were in the garden, I set about taking the clock to pieces, without tools. In those days it was legal to smack a kid and I felt it. :) :((
"I do not have to forgive my enemies, I have had them all shot." — Ramón Maria Narváez (1800-68). "I don't need to shoot my enemies, I don't have any." - Me (2012).
-
Mine was McDonnell Douglas Basic + Assembler + Proc (Eq Java) + English (SQL) and Assembler. What was yours?
Software Kinetics Wear a hard hat it's under construction
Metro RSSFortran II. Before that, I had read the manual and understood Assembler on the IBM 1401 but didn't write any code in that.
-
I used Basic on a printer terminal which needed number, and FORTRAN IV with punch cards. They were a real pain. Extensively used Assembly language on a computer called Sigma 9, which had an instruction set similar to the IBM 360. Then FORTRAN 77.
Xerox Data Systems made the Sigma series. I have used a Sigma 5. I don't think the Sigma had the complexity of the IBM 360 assembler which had register-to-register (2-byte), register-to-memory (4-byte)and memory-to-memory (6-byte) instructions.
-
Mine was McDonnell Douglas Basic + Assembler + Proc (Eq Java) + English (SQL) and Assembler. What was yours?
Software Kinetics Wear a hard hat it's under construction
Metro RSSLEO III Intercode, around 1966.
-
Mine was McDonnell Douglas Basic + Assembler + Proc (Eq Java) + English (SQL) and Assembler. What was yours?
Software Kinetics Wear a hard hat it's under construction
Metro RSS6502 assembler
MVVM# - See how I did MVVM my way ___________________________________________ Man, you're a god. - walterhevedeich 26/05/2011 .\\axxx (That's an 'M')
-
Mine was McDonnell Douglas Basic + Assembler + Proc (Eq Java) + English (SQL) and Assembler. What was yours?
Software Kinetics Wear a hard hat it's under construction
Metro RSSMy first "programming" was in 1966, bringing up a GE 645 (remember project MAC?). I had to bring up the newly built hardware. My programming was done on a code pad, in octal, 36 bit fixed length instructions. Then I had to key in the "program", 27 instructions at a time 3 columns per instruction, on an IBM 027 key punch, using multi punch to put 3 octal characters per column. It beat setting 36 switches on the cpu control panel then setting the address in switches then writting the data to memory, repeat to put the whole program in memory, then start the execution and halt at any error. The IBM card method preserved any "program", whereas the manual method would disappear when the system was powered off to replace bad boards or wiring. The card could be booted thru the card reader, and the first card was ususly a card boot loader that could read several other cards that contained the actual payload program. Dave.
-
My first "programming" was in 1966, bringing up a GE 645 (remember project MAC?). I had to bring up the newly built hardware. My programming was done on a code pad, in octal, 36 bit fixed length instructions. Then I had to key in the "program", 27 instructions at a time 3 columns per instruction, on an IBM 027 key punch, using multi punch to put 3 octal characters per column. It beat setting 36 switches on the cpu control panel then setting the address in switches then writting the data to memory, repeat to put the whole program in memory, then start the execution and halt at any error. The IBM card method preserved any "program", whereas the manual method would disappear when the system was powered off to replace bad boards or wiring. The card could be booted thru the card reader, and the first card was ususly a card boot loader that could read several other cards that contained the actual payload program. Dave.
Member 4194593 wrote:
27 instructions at a time 3 columns per instruction
That would not have fit in an 80-column card as 27x3=81.:confused:
-
Member 4194593 wrote:
27 instructions at a time 3 columns per instruction
That would not have fit in an 80-column card as 27x3=81.:confused:
This was 1966. I meant 26 instructions per card, the last two columns would usually have a binary count if there were more than 1 card to be booted. I noticed that I also said 3 octal characters per column, it was actually 4 octal characters per column (36 bit instructions, 12 octal characters per instruction). It was all so very long ago. Dave.