Whothm is a simple language for describing infinite two-colour bitmapped drawings.
Sample Program
r := (0, 0, 1, 2);
s := (0, 0, 1, 2);
XOR := TF/FT;
begin
r.x += r.w;
r.x += -1;
r.w += 1;
r.h += 1;
draw r, XOR;
s.x += s.w;
s.x += -1;
s.w += 1;
s.h += 2;
draw s, XOR;
end
Computational Class
Programming Paradigms
Try it Online
- Whothm (Applet) (Java applet)
Documentation
Implementations
-
tc.catseye.whothm, an interpreter in Java
To run this implementation, you need:
- an implementation of Java (we suggest Java SE 6 JDK 1.6.0)
Download
Development
Github: catseye/Whothm
Bitbucket: catseye/whothm
Issue tracker: on github