Skip to main content
2 of 6
Foo
PkmnQ
  • 2.7k
  • 10
  • 21

Alphapolyglot, 6 languages, 32 bytes, score 0.148148...

"6"iiiio hkaeeeaeaeawxzz ax zaCM 

Features AlphaBeta, Beatnik, Commentator, Deadfish~, evil, and Foo.

Explanation

AlphaBeta

"6"iiiio hkaeeeaeaeawxzz a # Garbage x z # Clear register 1 and 3 a # Add 1 to register 1 C # Set register 3 to register 1 M # Output register 3 as a number 

Beatnik

"6"iiiio hkaeeeaeaeawxzz ax zaCM is 5 50 9 17.

5 50 pushes 50 (2 in ASCII) 9 outputs the top of the stack as a character. 17 exits the program.

Commentator

There are 3 spaces in the program, each one increments the active accumulator.

Deadfish~

iiii # Increment 4 times o # Output as a number h # End program kaeeeaeaeawxzz ax zaCM # Garbage 

evil

"6"iiiio hk # Garbage aeeeaeaea # Increment and weave the accumulator to 53 (5 in ASCII) w # Output accumulator as a character xzz ax zaCM # More garbage 

Foo

"6" # Output 6 iiiio hkaeeeaeaeawxzz ax zaCM # Garbage 
PkmnQ
  • 2.7k
  • 10
  • 21