Golfed!

From Esolang
Jump to navigation Jump to search

Golfed! is a esolang created by Mihai Popa. It's designed for code golfers, as it has many commands.

Commands

Command table
Command Meaning
h Prints "Hello!" to the console.
w Prints "Hello, world!" to the console.
9 Prints the lyrics of the song 99 Bottles of Beer to the console.
f Executes the "Fizz Buzz" program
c Executes the cat program
q Prints "q" to the console. Could also be used as a quine.
t Executes the Truth Machine program
r Prints the lyrics of the song Never Gonna Give You Up to the console.
b Executes the Brainfuck interpreter
s Executes the SquidScript interpreter
8 Executes the Befunge-98 interpreter
3 Executes the Befunge-93 interpreter
m Executes the Malbolge interpreter
i Executes the self interpreter

Examples

Hello, world!

w

Cat

c

Quine

q

Fizz Buzz

f

99 Bottles of Beer

9

Truth Machine

t