How to make my own programming languages. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

How to make my own programming languages.

From which sources should I learn or need to make it.

7th Feb 2017, 3:51 PM
Ekansh
9 Answers
+ 2
That can be done in many ways a easy way to do it is using python but first you'll need to make shells.
7th Feb 2017, 3:55 PM
Sanchit Pandey
Sanchit Pandey - avatar
+ 10
thanks #Sanchit Stone
7th Feb 2017, 4:11 PM
Ekansh
+ 10
Java and Python
7th Feb 2017, 4:18 PM
Ekansh
+ 10
I am best at Python
7th Feb 2017, 4:21 PM
Ekansh
+ 2
you are welcome my friend
7th Feb 2017, 4:22 PM
Sanchit Pandey
Sanchit Pandey - avatar
+ 1
How many programming languages do you know and how good are you at them?
7th Feb 2017, 4:17 PM
Ladislav Milunović
Ladislav Milunović - avatar
+ 1
Actually, making a programming language isn't the hard part. That's just the part when you define all your syntax. The actual, difficult part is building a compiler or interpreter for your language. If you're going to do that, I suggest learning both C and assembly code. C is relatively easy, but assembly is not. You'll also need to learn about compiler design - there's a lot more to it than you'd expect.
7th Feb 2017, 4:57 PM
DaemonThread
DaemonThread - avatar
+ 1
Here is Git repository for GO language (developted by google, as I know) it has 748 contributors. Instead of dreaming of making your own langauge, try to master one and be profficient in it. Then try to master (or at least get around) at least 2 more... https://github.com/golang/go
9th Feb 2017, 7:43 PM
Ladislav Milunović
Ladislav Milunović - avatar
- 4
Google
7th Feb 2017, 3:53 PM
Nikolai Russev
Nikolai Russev - avatar