How old were you when you first wrote a line of code ?
-
18 in 1979 on a Nova Mainframe with a teletype machine as a terminal. It could only handle 8 words a minute typing speed and as the mainframe crashed so often, we used to type straight onto punched tape as a backup. Also basic but this version line numbers were required. God I'm old!
-
:-D :sigh: :zzz: :wtf:
"If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"
5 and a half. I couldn't read, but I memorized the sequence of keys to type in order to load an MSX game from a tape. And that's one line of BASIC code I will never forget:
LOAD"CAS:",R
At the age of 8 I began learning Basic, and many other programming languages came after.
-
:-D :sigh: :zzz: :wtf:
"If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"
15, around 2005-2006, if my memory doesn't wrong it was macromedia flash's action script, written for my high school's assignment yes, it was macromedia flash, not adobe yet
-
62. Seriously. I worked as a reporter, writer and researcher until then.
-
nice commercial !
"If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"
12 years old programming in Basic on a Radio Shack TRS 80 Color Computer II.
-
12 years old programming in Basic on a Radio Shack TRS 80 Color Computer II.
-
:-D :sigh: :zzz: :wtf:
"If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"
It was 1969 and I was 13. The language was called "Minitran" and it was Fortran without format statements. A bent paperclip was used to punch out little rectangles on standard 80 column IBM cards which has been pre-perforated. The turn around time was 1 week (the schoolteacher had to drive to a University, drop it off, and return a few days later to pick up the output). If there was a compile time error, it stopped compiling on the first error, so you just got "illegal statement - line 7" on the printout. That is a very, very slow way to learn to program.
-
:-D :sigh: :zzz: :wtf:
"If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"
-
:-D :sigh: :zzz: :wtf:
"If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"
11 if I recall correctly, vb6
-
:-D :sigh: :zzz: :wtf:
"If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"
I think about 12 or 13. started with writing codes in basic on a BBC Micro with 64KB internal memory. still writing codes now but for most of latest computers/servers/devices on planet earth, connected to each other. :)
-
:-D :sigh: :zzz: :wtf:
"If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"
In '65 I was in a scout explorer group in East Texas. The guys at GE allowed us to use their time share terminal in the evenings. We could each do a short (3 - lines) program and feed the teletype by punch tape. It was so much more fun then fixing TVs that it became my new hobby. Twenty years later it was my career.
-
:-D :sigh: :zzz: :wtf:
"If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"
12 years old I guess, in 2000. Started with C, and quickly moved to C++. I picked up C# 5 years later because I bought a book called "C# professional", sure it was talking about C++. Best error I've made in my life.
-
:-D :sigh: :zzz: :wtf:
"If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"
-
:-D :sigh: :zzz: :wtf:
"If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"
Around 12 years old (31 years ago now!) on a Sinclair ZX-81. Those were the days, when you bought a computer that came with a programming manual! Before that I used to go into Laskys after school (a UK hi-fi/computer store back in the early 80s) and do the classic stuff like this on the various computers they had on display:- 10 PRINT "ANDREW" 20 GOTO 10 I was often asked to leave the store.
-
20, in 1955. I wrote a Fortran program on an IBM650 (about the size of a refrigerator) analyzing elevator dynamics. took three passes on punched card decks which got progressively larger, ultimately printing out on a line printer.
-
:-D :sigh: :zzz: :wtf:
"If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"
I was somewhere between 6 and 8 when I wrote my first line of BASIC. To be fair it was really my dad telling me what to type, but it wasn't long before I didn't need any help.
-
:-D :sigh: :zzz: :wtf:
"If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"
Prior to conception, I was a Bi-located, dual conciousness entity, known as Gametes. I wrote code by telekinetically moving slabs of stone on Salisbury plain. The program is still running. Sorry, but I could see this getting silly and competive, so I thought I'd go for the prize for most outlandish claim.
-
:-D :sigh: :zzz: :wtf:
"If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"
-
:-D :sigh: :zzz: :wtf:
"If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"
I was 13 years old and it was on a Commodore PET 3032 enhanced Basic 4.0... I miss those days.
-
:-D :sigh: :zzz: :wtf:
"If A is a success in life, then A=x+y+z. (Work is x; y is play; and z is keeping your mouth shut.)"
16 in 1973; FORTRAN IV on punch cards, in a high-school-level class taught at the community college. Finding prime numbers, finding the zeros of polynomials, computing the minimum number of coins to equal some number of cents -- as hundredths of a dollar $0.01 -- and learning about the imperfection of REAL numbers: SHOCKING! My typing skills were non-existent, and it took me a looong time to plonk out a 30-card stack, after having already composed everything on a coding sheet. No backspace key on a key punch.