Code · Fullscreen
Compose · Draw by Composing Functions

A rough prototype of a drawing tool that might help you think about how to function composition works. Notice that you (usually) get a different drawing if you change the order of the words. In math terms, most functions don’t ‘commute’ with each other, i.e. f(g(x)) and g(f(x)) are generally not the same. Click ‘Code’ to define your own words! This prototype is inspired by Sharon De La Cruz’s work on Code Slang – can computers understand slang?