Ok Which was very your first programming language?
-
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 RSSTI-Basic (1981) on a TI-99/4A. I miss that computer... :^)
I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone - Bjarne Stroustrup The world is going to laugh at you anyway, might as well crack the 1st joke! My code has no bugs, it runs exactly as it was written.
-
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 RSS -
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 RSSHmmm. 1963, Fortran,mainframe, punch cards, argh! How did we survive?
-
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 RSSMicrosoft Color Basic on a TRS-80 Color Computer in 1982. Upgraded by chip to Microsoft Extended Color Basic. Then also in the 80's Microsoft Extended Basic on a Spectravideo MSX 728. 30 years later i'm using exactly the same string manipulation language in Visual Basic.NET Framework 4.5. Cool huh? Assember, Pascal, C++ have come and gone in the interim.
codito ergo sum
-
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 RSS -
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 RSSCommodore Basic on a VIC 20 (1980/1981), but after about 6 months I began mixing that with 6502 assembler (anybody remember "poke"? Those were the days, writing out 6502 assembler on paper, converting the opcodes into hex, typing them into "data" statements and looping over the lot, "poke"ing into memory :-))
-
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 IV, coded using punched cards, executed on an IBM 360 mainframe, circa 1965. With luck, I got two or three compiles accomplished each evening. It took about a week to get each programming assignment finished. You punched your code using a keypunch machine, added some system control cards, wrapped the stack with a rubber band and dropped it in a hopper. Eventually the system's operator fed your cards into a card reader, and returned them to you wrapped in one or more sheets of green/white paper containing your program's results. The work was done for an electrical engineering course titled "Numerical Methods and FORTRAN Programming". Since then, I've never had a job where I didn't have access to "personal computing" power!
Donald S. Szarkowicz, Ph.D. E-mail: dszarkow@hotmail.com
-
Commodore Basic on a VIC 20 (1980/1981), but after about 6 months I began mixing that with 6502 assembler (anybody remember "poke"? Those were the days, writing out 6502 assembler on paper, converting the opcodes into hex, typing them into "data" statements and looping over the lot, "poke"ing into memory :-))
-
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 RSSAlgol 60 on an Elliot 803 in 1967.
-
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 very first programming job was COBOL programming language on a Philips mainframe computer in Oss, Holland. Circa 1973.
-
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 RSS -
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 RSS -
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 RSSnwscript[^] Other than that my first attempt was Java, which I wasn't able to do cause I couldn't figure out how to get the compiler to work. I decided to go to college and learn how to do the rest. In college, it was c++,javascript, vb.net, and intro to linux (bash scripts and a very simple c program) for my first semester.
If it moves, compile it
-
Apple 2e + ProDOS + assembler
VS2010/Atmel Studio 6.0 ToDo Manager Extension
Version 3.0 now available. There is no place like 127.0.0.1 -
Mine was BASIC on this thing[^]. Yes, a whopping 1.8K of RAM!
A guide to posting questions on CodeProject[^]
Dave Kreskowiak1.8K? Luxury! I had to make do with a 1K ZX81!
==================================== Transvestites - Roberts in Disguise! ====================================
-
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 RSS -
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 RSS -
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 language was Dec PDP8 assembler 40 years ago. Thought myself from a little book which I still have. Built a very large accounting system using assembler. Still have a little chunk of the core memory from that machine also. DCA WHAT TAD WHAT
Keith
-
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 RSSNICOL (1971)
-
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 RSSActually, this was my 2nd programming language ... Olivetti P101 Desktop Computer. You could either have 120 program locations and 3 memory locations or 96 program locations and 5 memory locations. 24 program locations were mapped over two of the memory locations; so you could write programs that started in the overlaid locations and then used the same places as memory. It supported the 4 basic operators andhad some limited jump capabilities - the jump destination labels were program instructions rather than addresses. Output was to a till roll. I wrote a program to perform trigonometric functions (Sine, Cosine, Tangent) and another to perform logorithmic function (Log10, ALog10, Exp, Ln). I cannot recall what else I did with it.