Esoteric languages

Befunge

Befunge is an esoteric programming language known for its unusual structure. The code is arranged in a two-dimensional grid, allowing the instruction pointer to move in four directions (up, down, left, right), which enables interesting looping and control flow structures.

Share this starting point code.study/befunge
Created by
Chris Pressey
First appeared
1993
Official resource
Visit the main website

Your first program

Hello, World!

Befunge
>              v
v  ,,,,Hello World!
>48*,          v
              @