+ 9
Which come first, the compiler or programming language?
I expect a good explanation not answer only!.. 😃..
4 ответов
+ 12
Language. It predates even analog computing.
+ 12
✓Compiler is created using programming language 😎
+ 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)
+ 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.