Aye Aye! New treasure arrived in Update v1.2.1 - The Captain's ReshuffleView the Booty

Write Code Like a Pirate

Set sail with a programming language that brings the adventure of the high seas to your code.

# Declare your treasure
treasure be 42

# Set sail on a new voyage
voyage greet(name):
    bark "Ahoy," name
    bark "Welcome aboard!"
end voyage

# Start the adventure
greet sails with "Captain"