Can I create my own programming language?

Can I create my own programming language?

To implement your programming language, that is to say to actually making something happens, you can build one of two things: a compiler or an interpreter. You could also build both of them if you want. Here you can find a good overview if you need it: Compiled and Interpreted Languages.

What is Python written in?

It is written in english (The Python Language Reference ). The most commonly used implementation is written in C; there are other implementations written in various other languages. Python is a high-level object-oriented programming language with objects, modules, threads, exceptions and automatic memory management.