Piet (programming language)
Appearance


Piet is an esoteric programming language designed by David Morgan-Mar, whose programs are bitmaps that look like abstract art. The compilation is guided by a "pointer" that moves around the image, from one continuous coloured region to the next. Variables are stored in memory as integers in a single stack. Most specified functions deal with operations on that stack, others with the rules by which the compilation pointer moves and with input/output. Piet was named after the Dutch painter Piet Mondriaan.
External links
- Piet programming language
- Piet on the esolangs wiki
- A Piet program with detailed explanation
- A Piet program that looks like a painting by Piet Mondrian
- Piet::Interpreter - An interpreter for Piet written in Perl
- npiet - An interpreter and editor for Piet
- PietDev - An online Piet editor and debugger
- 99 bottles of beer on the wall