Creating a programming language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Creating a programming language

While trying to sway my nephew and nieces towards coding one of them asked "do you think its possible to create a language in Zulu?" Is it possible?

17th Oct 2018, 6:49 AM
SomDorrie
5 Answers
+ 18
You don't even need to create a language. You could simply modify an existing open source compiler to use Zulu keywords and replace library function names with Zulu equivalent, giving a Zulu C++ or Java.
17th Oct 2018, 4:41 PM
John Wells
John Wells - avatar
+ 7
All you need is a basic C knowledge and lots of time to write out #define directives.
18th Oct 2018, 12:05 AM
non
+ 6
Sure. I don't see why not.
17th Oct 2018, 9:40 AM
Janningā­
Janningā­ - avatar
+ 6
John Wells I need to improve my skills because this is an interesting idea and I wanna do it for them and for me as well because I think it would be a cool project to work on. Thank you. Java => Zava here we come
17th Oct 2018, 4:47 PM
SomDorrie
+ 4
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..
19th Oct 2018, 4:47 AM
Amit Kumar
Amit Kumar - avatar