โ all skins
๐ซ
๐ซ PewPew
The original. Group-chat keywords, textbook semantics.
PewPew is the default skin โ Gen-Z, meme-flavored vocabulary (whole, yell, gimme, vibe) on a real compiler. It is the language everything else is a re-skin of.
Sample programs
hello
do greet(words name) {
yell("yo " + name + "!")
}
greet("world")loop
whole i = 1
loop (i <= 3) {
yell("pew " + i)
i = i + 1
}Vocabulary
| Concept | ๐ซ PewPew word |
|---|---|
| whole number | whole |
| decimal | dotted |
| text | words |
| true / false | vibe |
| true | yes |
| false | no |
| nothing | nothing |
| if | check |
| else | nah |
| while-loop | loop |
| repeat | repeat |
| times | times |
| function | do |
| return | gimme |
| yell | |
| break | stop |
| continue | skip |
| array / list | bag |
| map / object | kit |
| for-each | foreach |
| in | in |
| import | bring |
| type of | whatisthis |
| length / count | sizeof |
| assert | sweardown |
| shout (uppercase) | YELL |
Error tone
Even mistakes stay in character:
๐ซ PewPew Error [line 3]: Division by zero! ๐ซ