3.2.2 C

The C programming language is a low-level language. We took inspiration from it in the implementation of our language. For example, the C programming language is from the imperative paradigm, and so is our language.

We took many things from this language:

Many of these features are also present in other languages, but we took them from our knowledge of the C programming language.