We make program by programing language but how programing languages are made ?????? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

We make program by programing language but how programing languages are made ??????

10th Jul 2019, 5:17 PM
Kartik Nainwal
Kartik Nainwal - avatar
5 Answers
+ 5
Maxi C is a high level language Kartik Nainwal You basically transform your code, until you have a bunch of machine instructions, that consist of 1s and 0s such that your processors circuits understand it. Usually the chain looks like this: > Programming language > Byte Code > Assembler > Machine Instructions Of course this differs for different languages Interpreters are a whole other world, because you don't actually compile stuff, but instead you call precompiled code at runtime.
11th Jul 2019, 10:26 PM
Loeschzwerg
+ 4
Using other programming languages or assember or even native machine language.
11th Jul 2019, 4:29 AM
Sonic
Sonic - avatar
+ 4
They use other programming language With assemblers and compilers Example python was written in C
11th Jul 2019, 9:42 AM
Akubia Godwin Maxwell
Akubia Godwin Maxwell - avatar
+ 4
A programming language is written with a low level programming language (like C and assembler) and a programming language have a compiler (or interpreter), that compiler was written to translate the language to machine language. The most difficult part is to make the compiler.
11th Jul 2019, 12:22 PM
lTheCrow
lTheCrow - avatar