+ 5
How do I program a programming language?
Programming language
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..
+ 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
+ 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.
+ 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 âșïž
+ 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/
- 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