+ 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????

24th Mar 2017, 7:22 PM
Zeke Taylor
Zeke Taylor - avatar
4 odpowiedzi
+ 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.
24th Mar 2017, 7:38 PM
Squidy
Squidy - avatar
+ 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.
24th Mar 2017, 10:59 PM
Karlo
Karlo - avatar
0
First learn how to code and then think to make you own programming language.
4th Oct 2018, 3:55 AM
Chaim
Chaim - avatar
0
Yeah you're not gonna make you're own language without any coding knowledge buddy...
4th Mar 2019, 4:02 AM
SpacedOut
SpacedOut - avatar