Have you always wanted to code in C but was too unexperienced with programming? Well have no fear, I have created PseudoC, a language so high-level it's basically a pseudocode.
PseudoC is a transpiled language that is meant to help beginners learn to code. It transpiles to C , therefore it is blazing fast.
PseudoC looks extremely similar to pseudocode therefore it is very readable and easy to understand. It is also a language that is meant to be used as a guide for learning how to code.
- Clone the repo.
- Create a new file called
exe\main.pseudo
and write your code in it. - Run
node main
in the repo.