PEWPEW.EXE
โ—„ 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 numberwhole
decimaldotted
textwords
true / falsevibe
trueyes
falseno
nothingnothing
ifcheck
elsenah
while-looploop
repeatrepeat
timestimes
functiondo
returngimme
printyell
breakstop
continueskip
array / listbag
map / objectkit
for-eachforeach
inin
importbring
type ofwhatisthis
length / countsizeof
assertsweardown
shout (uppercase)YELL

Error tone

Even mistakes stay in character:

๐Ÿ”ซ PewPew Error [line 3]: Division by zero! ๐Ÿ”ซ