Content deleted Content added
No edit summary |
No edit summary |
||
Line 2:
[[Image:Piet_Program_Hello_World(1).gif|thumb|A "Hello World" program in Piet]]
'''Piet''' is an [[esoteric programming language]] designed by [[David Morgan-Mar]], whose programs are [[bitmap]]s 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. Procedures are carried through when the pointer exits a region. There are 20 colours for which behaviour is specified: 18 "colourful" colours, which are ordered by a 6-step hue cycle and a 3-step brightness cycle; and black and white which are not ordered. When exiting a "colourful" colour and entering another one, the performed procedure is determined by the number of steps of change in hue and brigthness. Black cannot be entered; when the pointer tries to enter a black region, the rules of choosing the next block are changed instead. If
==External links ==
|