In: Computer Science
If you want to develop your own programming language, what would you do and what would you need? Give a draft of the main items that you need to determine or design before starting to build your own language. Discuss what some real world applications might be for your programming language. Give it a name.
Please upvote if you like this answer.
ANSWER:
If i want to develop my own programming language then i will start developing it. Many people have so many difficulties with programming languages. Some of them dislike implemented and they follow only standard.
We need to follow few steps to implement own programming language:
1. Decide language will be compiled or interpreted:- compiler means user should compile,save and run but interpreter means write program and runs it.
2. Perform many programs to test the language:- You need to create lot of programs and keep testing it.
3. Get familiar with technology:- Follow the technology to create new versions of programming languages.
4. Think some instances and problems that were solved using your language:- Create new tasks and solve them using your language.
5. Consider how the user will debug their own programs.
6. Publish your language, along with what you can do in it.
SOME REAL APPLICATIONS FOR MY LANGUAGE:
1. Network programming
2. Games
3. Graphics
4. Education
5. Web development
6. Software development
7. Database access
8. Scientific calculations etc..,
AND FINALLY NAME TO MY LANGUAGE IS : Riseup