GoofyLang is a interpreted language made in C++ that serves NO purpose except annoying you. Because it's EXACTLY what the name of the language is, goofy. GoofyLang is Turing complete (idk what it means) because the compiler (or interpreter) translate your GoofyLang code into C++ code, then compile it into binary. Which makes it having function of C++. GoofyLang works by translate each file's line into an "encrypted" integer, decrypting it and cast it as a character, which you could write C++ code with. The encryption method is pretty straight forward. It translate every integer's digit into another digit. The translation list is: 1->7 2->5 3->1 4->0 5->2 6->4 7->6 8->9 9->8 0->3 For Decryption (GoofyLang to C++) it works in reverse. If I want to translate my C++ code into GoofyLang: int i; I would have to translate them into integers first: 105 (i) 110 (n) ...