+ 2
Is it possible to create a new programming language ..?
Can we create our own programming language..??
6 Respuestas
+ 6
Yes but you have to think whether there is any major benefit to you or others in doing so.
+ 4
If you're really curious about what's involved, you can review the source code for Python.
Here are a few links to get you started:
https://github.com/python/cpython/tree/master/Grammar
https://github.com/python/cpython/tree/master/Python
https://github.com/python/cpython/blob/master/Python/ast.c
+ 1
Well how do you think languages are made? :D
Java, python and c# were written in C and C++
C was written in assembly etc...
+ 1
A N U R A G . Programing languages were written with wooden sticks on sand, that's how we got C duuh
+ 1
What are the procedures ..