+ 2
What programming language was the programming language written?
the broad version is well, how do you make a programming language exactly
1 Answer
+ 15
The way a programming language works is that it represents computer instructions with more human-readable words and symbols. A compiler or interpreter has to rewrite you code into a form the computer can understand.
If I had to guess, the first ones were probably written in assembly language and/or binary machine code.