My Inventions
Coding Languages
UCC
UCC (Universal CutCat Coding) may seem a bit more difficult than normal languages. And it is. The text printing command is `print text("text")`. Example program:
print text("Hello!")
And unlike most languages, there is `repeat X times`. For example, in JavaScript, to repeat 5 times:
let i = 0;
while (i < 5) {
print ("Hello");
sleep 1000;
i++;
}
However, in UCC:
repeat 5 times {
print text ("Hello")
}
Or with a variable:
set repeat = 5
repeat repeat times {
print text ("Hello")
}
To repeat infinitely:
repeat inf times {
That's it. There are other commands too. There are so many. I've practically created a language.
Basix
This language is for those just learning coding languages. As the name suggests, "Basix" means simple. I was inspired by the English word "Basics." In English, "cs" is pronounced "ks," and "ks" is pronounced "x." So I came up with "Basix." It's somewhat similar to UCC, but even simpler; there are no commands like opening files.
Meovv
This is a humorous language. As the name suggests, everything is related to cats! For example, print commands are as follows:
Python --> print("text")
JavaScript --> console.log("text");
C and C++ --> console.writeLine("text")
UCC --> print text ("text")
Basix --> print "text"
Bash --> echo text
Meovv --> meovv("text")
Emojilang
You can probably guess this from the name. It's a language written with emojis.
Languages I'm Working On
I'm working on Webcode and a new version of the C language. Please specify the name of the new version of the C language in the poll below.
.