+ 2

[DUPLICATE] What was the first language you learned?

When you got into programming, what was the first language that you learned to use? For me I started using C after I got a hang of pseudocode and algorithms

2nd Apr 2018, 12:03 AM
Juan Gonzalez
Juan Gonzalez - avatar
11 Answers
+ 4
In 1984 I learned BBC BASIC. Later that year I was learning 6502 (which is assembler). I still remember some 6502 codes! The following code will make a BBC model B computer go beep! The assembler is this: LDA #&07 JSR &FFEE RTS This is the hex, once it's compiled to machine code: A9 07 20 EE FF 60 Old school ;-)
2nd Apr 2018, 12:38 AM
Emma
+ 3
Java to python, then c# and the rest.
2nd Apr 2018, 12:20 AM
Michael Akinyemi
Michael Akinyemi - avatar
+ 3
I've started from C++, then Python, HTML+CSS+JS and Java
2nd Apr 2018, 1:19 AM
Rull Deef 🐺
Rull Deef 🐺 - avatar
+ 2
in 2013 i started with non-languages like html and css. then i went to Java and so on.
2nd Apr 2018, 12:11 AM
Anthony Perez
+ 2
HTML then CSS,JS and so on. Start in 2017.
2nd Apr 2018, 12:31 AM
Warith Vatanaplachaigoon
Warith Vatanaplachaigoon - avatar
+ 2
It seems this question has been asked a million times over according to John Wells i agree. Ask something else people.
2nd Apr 2018, 2:19 AM
Anthony Perez
+ 2
Lol John, you beat me by more than a decade! REALLY old school :-)
2nd Apr 2018, 2:20 AM
Emma
+ 1
Definitely old school
2nd Apr 2018, 2:21 AM
Juan Gonzalez
Juan Gonzalez - avatar
0
C
2nd Apr 2018, 12:33 AM
Yeoh HS
Yeoh HS - avatar
0
sql
12th Apr 2018, 7:01 AM
Hamza Muhammad
Hamza Muhammad - avatar