0
TO create language
how to create a new language what skills required?
3 Respuestas
+ 2
Creating a own programming language is very difficult. You could use almost every language as compiler/interpreter, but most programming languages use Assembler, a very complicated language, where you have to write multiple lines of code for one statement that does the same as one line of python. C is also a good choice for writing programming languages, but it's still hard.
I think it is better to use already existing programming languages, instead of creating one.
+ 1
I think you should check out SL's custom interpretor challenge. There are a lot of amazing people who created amazing interpretors there and I think you could get inspired. I know they are very basic, but you should understand their code and then make your own, which could be as advanced as you want.
https://www.sololearn.com/learn/9298/?ref=app