Want to create your own code language !
- Satish Bhambri
- Mar 6, 2018
- 1 min read
I had been always fascinated by the way a computer language works, especially the high level ones like java or python. I wanted to understand the intricacies behind the generation of intermediate code, compilation and interpretation. Although there are a lot of study materials which are sufficient to quench the thirst for topic, may be to feed you even more than you can digest, which actually was my case. Nevertheless, I had this crazy idea of creating my own language to understand these things and hence, I with my four friends created a very basic language "Nihao".
Now, I must say that creating your own computer language might seem a daunting task, but actually its not that tough, provided you have some basic coding skills and you understand the working of basic principles of programming languages.
Comments