been thinking of a concatenative graphics language, where you could work with shapes or images simply by chaining commands, like:
rect.size(10,20).rotate(45).color(red)
and build “programs” of these, with the ability to abstract higher level shapes and processing pipelines
4
2
13

