How to make own programming language like C#, Java, C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make own programming language like C#, Java, C++?

How can we make our own programming language that can be used to make softwares, games and apps?

8th Feb 2017, 6:08 AM
AbdulSammad
AbdulSammad - avatar
1 Answer
+ 1
it's not that easy... but the basic flow is like this know for what purpose you want to make a new language. write out the language syntax and logic first before starting any programming, because once you start, changing stuff can get pretty messy.... choose a language to write your interpreter in (compilers are more tough to write, start with an interpreter first) C is a common choice, OCaml is also used. DO LOTS OF TESTING!!!!!! Publish and promote your language. obviously, THERE is A LOT more than this, you gotta know how to manage memory, threads, processes, etc. there are whole books on this. if you really are undaunted, try some collab, you'll eventually get there! ;) HAPPY PROGRAMMING!
8th Feb 2017, 7:03 AM
Chinmay Bhale
Chinmay Bhale - avatar