We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Snowman

From Esolang
Jump to navigation Jump to search

Snowman is an esoteric programming language created by Stack Exchange user Doorknob.

Hello World!

In Snowman, the Hello World program is very easy to understand. It looks like this:

("Hello World!"sP

The program works by first making variables a and f active. Then, "Hello World!" is automatically put into a, the first undefined active variable. Then sP (or sp) prints the string out (sP = String Print).

External resources