Which come first, the compiler or programming language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

Which come first, the compiler or programming language?

I expect a good explanation not answer only!.. ๐Ÿ˜ƒ..

4th Sep 2018, 7:56 AM
Abel
Abel - avatar
4 Answers
+ 12
Language. It predates even analog computing.
4th Sep 2018, 8:12 AM
Charlie Mitchell
Charlie Mitchell - avatar
+ 12
โœ“Compiler is created using programming language ๐Ÿ˜Ž
4th Sep 2018, 8:34 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 7
You need a programming language to build a compiler. A language can exist without a compiler but would be pointless (unless you are talking about Python, a language definitely younger than C compilers)
4th Sep 2018, 12:19 PM
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ
๐Ÿ‘‘ Prometheus ๐Ÿ‡ธ๐Ÿ‡ฌ - avatar
+ 7
Some of the early compilers were written in Assembly or Fortran or machine code. Today compilers are written in C/C++. Interpreters for PHP, Ruby, Python, and JavaScript are also written in C/C++. A new language begins with a compiler or interpreter. A compiler or interpreter begins with machine code. Machine code (executable code) can be written by human, or generated by existing compiler.
4th Sep 2018, 3:39 PM
Bill Zelenko
Bill Zelenko - avatar