+ 5

How do I program a programming language?

Programming language

23rd Oct 2018, 3:32 PM
Jorge ChacĂłn Ruiz
Jorge ChacĂłn Ruiz - avatar
6 Answers
+ 6
For creating a new Programming languages first you have to develop its compilation or execution environment in C or C++. Then after you have to design core and fundamental principles of your language i.e-- May be object oriented, may be pre compiled, may be server-side, client-side and lots of thing..
24th Oct 2018, 11:04 AM
Amit Kumar
Amit Kumar - avatar
+ 5
Like everything else, you design, code, and test a program. Here is a little bit of a starting point. https://medium.freecodecamp.org/the-programming-language-pipeline-91d3f449c919
23rd Oct 2018, 5:23 PM
John Wells
John Wells - avatar
+ 4
its totally depend on your code and also your interest.c or c++ is best language for starting . try to slove your problem in codes without any help.handle a coding problem like your problem then slove it.
24th Oct 2018, 2:11 PM
Pragati Awasthi
Pragati  Awasthi - avatar
+ 3
Well I believed you must asked yourself on what programming language will you able to engage in. Once you identified on which of which, you can start searching for the basic knowledge that you must learn in programming. At first, I didn't see myself doing some programming but when I try to study it one by one it is amazing most specially when you tried to compile your own codes with no error â˜ș
24th Oct 2018, 6:21 AM
Hanan Francisco
Hanan Francisco - avatar
+ 1
I want to add as sugestion look python documentary they have so good examples of implementation. Remember that python was written in C language. Here a link for python documentation just look what you want. https://docs.python.org/3/
25th Oct 2018, 2:42 PM
Anya
Anya - avatar
- 2
First open your profile and go codes navigation and click plus icon and choose any one programming language from given list and write a program.After that you can save your code and post it also
24th Oct 2018, 3:39 PM
Manoj Kumar
Manoj Kumar - avatar