Piet is an esoteric programming language that uses bitmap images as the syntax. Source code is usually designed to look like the blocky artworks of Piet Mondrian.
Questions tagged [piet]
2 questions
6
votes
1 answer
How do DP and CC change in Piet?
According to the specification,
Black colour blocks and the edges of the program restrict program flow. If the Piet interpreter attempts to move into a black block or off an edge, it is stopped and the CC is toggled. The interpreter then attemptsā¦

Paul Butcher
- 6,902
- 28
- 39
0
votes
2 answers
Encode strings to image using Python
Is there any library in Python that encodes data to bitmap patterns and decodes images to data, like the Piet language?
Hello World with Piet
UPDATE
I want to get a string, like Hello, world or an URL and encode it as an image, then read this imageā¦

bodruk
- 3,242
- 8
- 34
- 52