How these new programming language are formed? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How these new programming language are formed?

can we also make a new language by deciding it's syntax ? compiler and so on .I want to know the procedure

13th Mar 2017, 10:49 AM
mickey
3 Answers
+ 2
google it, its A LOT to write.
13th Mar 2017, 10:52 AM
Meharban Singh
Meharban Singh - avatar
+ 2
for this question you need to know how computers work. they work in bytecodes. now what is bytecodes just google it.but we humans can't understand bytecodes easily so we have made assembly but still assembly is not very easy either so we have made other other languages like java, c++,etc. now how programming languages work. we write codes and compile it, with compiling here i mean changing it in assembly, then assembly converts it in bytecodes it means flipping of bits and the program is executed. To make new pro language you need to know about assembly, decide about your syntax and other things and made compiler for it.
13th Mar 2017, 11:12 AM
shobhit
shobhit - avatar
+ 2
look up compiler design
13th Mar 2017, 3:40 PM
ODUKOYA JESUSEYITAN
ODUKOYA JESUSEYITAN - avatar