+ 1
Can i create my own programming language?
I want to create my own programming language to program...
1 Answer
+ 4
You certainly can. But it can get pretty complicated quickly. You'll need to decide first what kind of language you want, weather it'll be dynamically or statically typed, interpreted or compiled, functional or imperative, etc. Then you'll need to learn how compilers/interpreters work under the hood and create on for your language.
It probably isn't for most people as there are so many languages for programming out there but if this is something you really, really want.. Yes it is certainly possible to make your own. Just not easy.