+ 3

How do you actually invent a new programming language? Where do you start first and what are the next steps?

does it make a difference at first whether i want to create a scripting or compiled programming language?

23rd Apr 2017, 5:58 PM
Thanh Le
Thanh Le - avatar
2 odpowiedzi
+ 1
You need to known about lexical analysers and theory of complilers and interpreters. Also you need to define what is the porpouse of your new programming language, the syntax, and the semantics
23rd Apr 2017, 6:12 PM
⏩▶Clau◀⏪
⏩▶Clau◀⏪ - avatar
0
Yeah the choice of type of language makes a huge difference. Scripting languages tends to be interpreted languages that gets converted to byte code and compiled languages gets converted to executables. Compilers and interpreters makes a big difference when you start a language
23rd Apr 2017, 6:22 PM
A-J Roos
A-J Roos - avatar