+ 1
Own language
can we create our own language like java and c++ is there please tell me or a way to know how
3 Respostas
+ 11
Ofcourse you can. Just search it up at Google.
+ 7
you can create by studying new things and increase your knowledge like this
https://www.codeproject.com/Articles/50377/Create-Your-Own-Programming-Language
+ 4
You can certainly create your own language. However, if you're here on SoloLearn asking that question, then you're far away from doing such things. A good place to start is becoming familiar with how all of this stuff works to begin with, and maybe learn a programming language so you can get a feel for how things work fundamentally.
Resources:
https://tomassetti.me/resources-create-programming-languages/
https://medium.freecodecamp.org/the-programming-language-pipeline-91d3f449c919
http://www.drdobbs.com/architecture-and-design/so-you-want-to-write-your-own-language/240165488