+ 5
How do you make a programming language
i am still learning the basic languages and plan on learning c,c++,c# but not ready for that yet and I wanna make my own scripting language that can do anything I want it to do how do I make one though and what languages can I make a programming language in????
4 Respostas
+ 4
You can write an interpreter in anything, or you can use a parser generator. Designing a good language is the hard part.
Most imperative languages will have variables and functions at the very least, so start with that. Where to go from there is up to you.
+ 1
You can use any language you want, Python, C++, Java or BASIC. With BASIC you will get a good performance of the language, but it's a pain in the ass to use it.
0
First learn how to code and then think to make you own programming language.
0
Yeah you're not gonna make you're own language without any coding knowledge buddy...