+ 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
11 Answers
+ 6
My first was Fortran in 1973.
https://www.sololearn.com/discuss/292549
https://www.sololearn.com/Discuss/263892
https://www.sololearn.com/discuss/469388
https://www.sololearn.com/Discuss/532822
https://www.sololearn.com/Discuss/731571
https://www.sololearn.com/discuss/757027
https://www.sololearn.com/discuss/953356
https://www.sololearn.com/discuss/973676
https://www.sololearn.com/discuss/988391
https://www.sololearn.com/Discuss/1032921
+ 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 ;-)
+ 3
Java to python, then c# and the rest.
+ 3
I've started from C++, then Python, HTML+CSS+JS and Java
+ 2
in 2013 i started with non-languages like html and css. then i went to Java and so on.
+ 2
HTML then CSS,JS and so on. Start in 2017.
+ 2
It seems this question has been asked a million times over according to John Wells i agree.
Ask something else people.
+ 2
Lol John, you beat me by more than a decade! REALLY old school :-)
+ 1
Definitely old school
0
C
0
sql